HomeSort by relevance Sort by last modified time
    Searched full:fs_vfs (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test_onefile.c 161 ** Method declarations for fs_vfs.
183 static fs_vfs_t fs_vfs = { variable
821 if( fs_vfs.pParent ) return SQLITE_OK;
822 fs_vfs.pParent = sqlite3_vfs_find(0);
823 fs_vfs.base.mxPathname = fs_vfs.pParent->mxPathname;
824 fs_vfs.base.szOsFile = MAX(sizeof(tmp_file), sizeof(fs_file));
825 return sqlite3_vfs_register(&fs_vfs.base, 0);

Completed in 436 milliseconds