Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A 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
/aosp12/build/make/tools/
H A Dcompare_builds.py492 def CreateEmptyFile(filename): function