HomeSort by relevance Sort by last modified time
    Searched refs:direxists (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
tempname.c 111 direxists (const char *dir) function
145 if (d != NULL && direxists (d))
147 else if (dir != NULL && direxists (dir))
154 if (direxists (P_tmpdir))
156 else if (strcmp (P_tmpdir, "/tmp") != 0 && direxists ("/tmp"))
  /external/quake/quake/src/WinQuake/
sys_android.cpp 397 qboolean direxists(const char* path) function
428 if(direxists(filePath)) {
560 if(direxists(basedir1))
564 else if(direxists(basedir2))

Completed in 30 milliseconds