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

  /external/chromium_org/third_party/sqlite/src/src/
test_osinst.c 712 int nVfs;
719 nVfs = strlen(zVfs);
720 nByte = sizeof(VfslogVfs) + pParent->szOsFile + nVfs+1+pParent->mxPathname+1;
729 memcpy((char *)p->base.zName, zVfs, nVfs);
731 zFile = (char *)&p->base.zName[nVfs+1];
    [all...]
test1.c     [all...]

Completed in 73 milliseconds