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

/art/runtime/
H A Dos_linux.cc38 static File* CreateEmptyFile(const char* name, int extra_flags) { function in namespace:art
46 File* OS::CreateEmptyFile(const char* name) { function in class:art::OS
47 return art::CreateEmptyFile(name, O_RDWR | O_TRUNC);
51 return art::CreateEmptyFile(name, O_WRONLY | O_TRUNC | O_NOFOLLOW | O_CLOEXEC);

Completed in 1422 milliseconds