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

  /art/libartbase/base/
os_linux.cc 33 return OpenFileWithFlags(name, O_RDONLY);
37 return OpenFileWithFlags(name, O_RDWR);
45 return OS::OpenFileWithFlags(name, O_CREAT | extra_flags);
56 File* OS::OpenFileWithFlags(const char* name, int flags, bool auto_flush) {
os.h 49 static File* OpenFileWithFlags(const char* name, int flags, bool auto_flush = true);
scoped_flock.cc 43 std::unique_ptr<File> file(OS::OpenFileWithFlags(filename, flags, false /* check_usage */));

Completed in 134 milliseconds