Home
last modified time | relevance | path

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

/art/libartbase/base/
Dos_linux.cc40 static File* CreateEmptyFile(const char* name, int extra_flags) { in CreateEmptyFile() function
48 File* OS::CreateEmptyFile(const char* name) { in CreateEmptyFile() function in art::OS
/art/odrefresh/
Dodrefresh_test.cc63 void CreateEmptyFile(const std::string& name) { in CreateEmptyFile() function