Searched refs:OpenFileWithFlags (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dos_linux.cc31 return OpenFileWithFlags(name, O_RDONLY);
35 return OpenFileWithFlags(name, O_RDWR);
43 return OS::OpenFileWithFlags(name, O_CREAT | extra_flags);
54 File* OS::OpenFileWithFlags(const char* name, int flags) { function in class:art::OS
H A Dos.h47 static File* OpenFileWithFlags(const char* name, int flags);
/art/runtime/base/
H A Dscoped_flock.cc37 file_.reset(OS::OpenFileWithFlags(filename, flags));

Completed in 56 milliseconds