OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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);
/art/runtime/base/
scoped_flock.cc
33
file_.reset(OS::
OpenFileWithFlags
(filename, O_CREAT | O_RDWR));
Completed in 216 milliseconds