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

  /art/runtime/
os_linux.cc 31 return OpenFileWithFlags(name, O_RDONLY);
35 return OpenFileWithFlags(name, O_RDWR);
39 return OpenFileWithFlags(name, O_RDWR | O_CREAT | O_TRUNC);
42 File* OS::OpenFileWithFlags(const char* name, int flags) {
os.h 42 static File* OpenFileWithFlags(const char* name, int flags);
class_linker.cc 750 file_.reset(OS::OpenFileWithFlags(filename.c_str(), O_CREAT | O_RDWR));
    [all...]

Completed in 801 milliseconds