OSDN Git Service

ART: Replace ScopedFd with FdFile
authorAndreas Gampe <agampe@google.com>
Sat, 16 Jul 2016 00:17:34 +0000 (17:17 -0700)
committerAndreas Gampe <agampe@google.com>
Sat, 16 Jul 2016 03:54:09 +0000 (20:54 -0700)
commit43e10b031e3bb42df54adf8f0525a29d2b308a4e
treeea914f7c0061817f51449d15b900e6c1878e5cc8
parentedec0eb18d9a45d994acec9e8e509a1dc05bd5b3
ART: Replace ScopedFd with FdFile

FdFile can now be used like ScopedFd. Remove ScopedFd.

Bug: 21192156
Test: m test-art-host
Test: m test-art-target (shamu)
Change-Id: I32115fa8b2b8bb5aa5d1886eae63522f80ce836b
compiler/oat_test.cc
compiler/oat_writer.cc
compiler/oat_writer.h
dex2oat/dex2oat.cc
runtime/base/file_magic.cc
runtime/base/file_magic.h
runtime/dex_file.cc
runtime/mem_map.cc
runtime/oat_file_assistant.cc