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

  /external/chromium_org/third_party/sqlite/src/src/
test_demovfs.c 463 char zDir[MAXPATHNAME+1]; /* Name of directory containing file zPath */
466 sqlite3_snprintf(MAXPATHNAME, zDir, "%s", zPath);
467 zDir[MAXPATHNAME] = '\0';
468 for(i=strlen(zDir); i>1 && zDir[i]!='/'; i++);
469 zDir[i] = '\0';
472 dfd = open(zDir, O_RDONLY, 0);
536 char zDir[MAXPATHNAME+1];
538 zDir[0] = '\0';
540 getcwd(zDir, sizeof(zDir))
    [all...]
os_unix.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 4853 milliseconds