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

  /external/chromium_org/third_party/sqlite/src/src/
os.c 162 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut);
test_multiplex.c 431 return gMultiplex.pOrigVfs->xFullPathname(gMultiplex.pOrigVfs, b, c, d);
924 gMultiplex.sThisVfs.xFullPathname = multiplexFullPathname;
    [all...]
test_osinst.c 184 vfslogFullPathname, /* xFullPathname */
545 return REALVFS(pVfs)->xFullPathname(REALVFS(pVfs), zPath, nOut, zOut);
732 pParent->xFullPathname(pParent, zLog, pParent->mxPathname, zFile);
779 case OS_FULLPATHNAME: zEvent = "xFullPathname"; break;
884 pVfs->xFullPathname(pVfs, zFile, pVfs->mxPathname, p->zFile);
    [all...]
test_vfstrace.c 584 vfstrace_printf(pInfo, "%s.xFullPathname(\"%s\")",
586 rc = pRoot->xFullPathname(pRoot, zPath, nOut, zOut);
744 pNew->xFullPathname = vfstraceFullPathname;
test6.c 656 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut);
803 cfFullPathname, /* xFullPathname */
test_onefile.c 194 fsFullPathname, /* xFullPathname */
752 return pParent->xFullPathname(pParent, zPath, nOut, zOut);
sqlite.h.in     [all...]
test_vfs.c 989 p->pParent->xFullPathname(
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c     [all...]

Completed in 477 milliseconds