Searched defs:CreateEmptyFile (Results 1 – 2 of 2) sorted by relevance
40 static File* CreateEmptyFile(const char* name, int extra_flags) { in CreateEmptyFile() function48 File* OS::CreateEmptyFile(const char* name) { in CreateEmptyFile() function in art::OS
492 def CreateEmptyFile(filename): function