HomeSort by relevance Sort by last modified time
    Searched refs:OpenFileReadWrite (Results 1 - 7 of 7) sorted by null

  /art/runtime/
os.h 36 static File* OpenFileReadWrite(const char* name);
os_linux.cc 34 File* OS::OpenFileReadWrite(const char* name) {
vdex_file.cc 69 vdex_file.reset(OS::OpenFileReadWrite(vdex_filename.c_str()));
  /art/runtime/gc/space/
image_space_fs.h 116 std::unique_ptr<File> file(OS::OpenFileReadWrite(file_name));
131 file.reset(OS::OpenFileReadWrite(file_name));
  /art/compiler/
image_test.cc 347 std::unique_ptr<File> oat_file(OS::OpenFileReadWrite(oat_filename));
  /art/patchoat/
patchoat.cc 70 return OS::OpenFileReadWrite(name);
  /art/dex2oat/
dex2oat.cc     [all...]

Completed in 560 milliseconds