HomeSort by relevance Sort by last modified time
    Searched full:direxists (Results 1 - 6 of 6) 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"))
  /sdk/find_lock/
find_lock_exe.cpp 51 } else if (!dirPath.dirExists()) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.java 361 boolean dirExists = true;
365 while (dirExists) {
372 dirExists = false;
553 boolean dirExists = true;
558 while (dirExists) {
566 dirExists = false;
    [all...]
  /sdk/find_java/src/source/
utils.h 277 bool dirExists() const {
find_java_lib.cpp 352 if (!path.dirExists()) return false;
  /external/fonttools/Windows/
fonttools-win-setup.iss 173 if (((Method and pmAddOnlyIfDirExists) = 0) or (DirExists(DirName))) then

Completed in 435 milliseconds