Home
last modified time | relevance | path

Searched refs:OpenFileReadWrite (Results 1 – 5 of 5) sorted by relevance

/art/libartbase/base/
Dos.h38 static File* OpenFileReadWrite(const char* name);
Dos_linux.cc36 File* OS::OpenFileReadWrite(const char* name) { in OpenFileReadWrite() function in art::OS
/art/runtime/
Dvdex_file.cc83 vdex_file.reset(OS::OpenFileReadWrite(vdex_filename.c_str())); in OpenAtAddress()
/art/dex2oat/
Ddex2oat_test.cc2303 std::unique_ptr<File> file(OS::OpenFileReadWrite(base_oat_name.c_str())); in TEST_F()
Ddex2oat.cc1219 std::unique_ptr<File> vdex_file(OS::OpenFileReadWrite(vdex_filename.c_str())); in OpenFile()