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

  /art/runtime/
os.h 47 static File* OpenFileWithFlags(const char* name, int flags, bool auto_flush = true);
os_linux.cc 31 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, bool auto_flush) {
  /art/runtime/base/
scoped_flock.cc 51 file_.reset(OS::OpenFileWithFlags(filename, flags, check_usage));

Completed in 112 milliseconds