Searched defs:CreateEmptyFile (Results 1 - 1 of 1) sorted by relevance

/art/libartbase/base/
H A Dos_linux.cc40 static File* CreateEmptyFile(const char* name, int extra_flags) { function in namespace:art
48 File* OS::CreateEmptyFile(const char* name) { function in class:art::OS
49 return art::CreateEmptyFile(name, O_RDWR | O_TRUNC);
53 return art::CreateEmptyFile(name, O_WRONLY | O_TRUNC | O_NOFOLLOW | O_CLOEXEC);

Completed in 49 milliseconds