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

  /art/libartbase/base/
os.h 38 static File* OpenFileReadWrite(const char* name);
os_linux.cc 36 File* OS::OpenFileReadWrite(const char* name) {
  /art/runtime/gc/space/
image_space_fs.h 117 std::unique_ptr<File> file(OS::OpenFileReadWrite(file_name));
132 file.reset(OS::OpenFileReadWrite(file_name));
  /art/patchoat/
patchoat_test.cc 238 std::unique_ptr<File> dest_file(OS::OpenFileReadWrite(dest_image_filename.c_str()));
591 std::unique_ptr<File> rel_file(OS::OpenFileReadWrite(rel_filename.c_str()));
patchoat.cc 82 return OS::OpenFileReadWrite(name);
    [all...]
  /art/runtime/
vdex_file.cc 102 vdex_file.reset(OS::OpenFileReadWrite(vdex_filename.c_str()));
  /art/dex2oat/linker/
image_test.h 359 std::unique_ptr<File> oat_file(OS::OpenFileReadWrite(oat_filename));
  /art/dex2oat/
dex2oat.cc     [all...]

Completed in 328 milliseconds