Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dtmpfile.cpp81 static FILE* __tmpfile_dir(const char* tmp_dir) { in __tmpfile_dir() function
93 FILE* fp = __tmpfile_dir("/data/local/tmp"); in tmpfile()
97 fp = __tmpfile_dir(P_tmpdir); in tmpfile()