Searched refs:OpenFile (Results 1 - 3 of 3) sorted by relevance
/art/runtime/ |
H A D | dex_file.cc | 121 DexFile::OpenFile(fd.Release(), filename, false, false, error_msg)); 229 std::unique_ptr<const DexFile> dex_file(DexFile::OpenFile(fd.Release(), 250 return OpenFile(fd, location, true /* verify */, verify_checksum, error_msg); 272 std::unique_ptr<const DexFile> DexFile::OpenFile(int fd, function in class:art::DexFile
|
H A D | dex_file.h | 1106 static std::unique_ptr<const DexFile> OpenFile(int fd,
|
/art/dex2oat/ |
H A D | dex2oat.cc | 1264 bool OpenFile() { function in class:art::FINAL 2927 if (!dex2oat->OpenFile()) {
|
Completed in 81 milliseconds