Home
last modified time | relevance | path

Searched refs:empty_file (Results 1 – 2 of 2) sorted by relevance

/bionic/tools/versioner/src/
Dversioner.cpp219 FILE* empty_file = tmpfile(); in compileHeaders() local
220 if (!empty_file) { in compileHeaders()
224 int empty_file_fd = fileno(empty_file); in compileHeaders()
230 fclose(empty_file); in compileHeaders()
/bionic/tests/libs/
DAndroid.bp1853 " touch $(genDir)/zipdir/empty_file.txt &&" +
1892 " touch $(genDir)/zipdir/empty_file.txt &&" +