Searched defs:syncDir (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteFileSystemPosix.cpp102 // syncDir - determines if the directory to which this file belongs
104 int chromiumDelete(sqlite3_vfs*, const char* fileName, int syncDir) argument
106 return blink::Platform::current()->databaseDeleteFile(String(fileName), syncDir);
/external/chromium_org/third_party/sqlite/src/ext/async/
H A Dsqlite3async.c439 ** iOffset -> Contains the "syncDir" flag.
1173 static int asyncDelete(sqlite3_vfs *pAsyncVfs, const char *z, int syncDir){ argument
1175 return addNewAsyncWrite(0, ASYNC_DELETE, syncDir, (int)strlen(z)+1, z);
/external/chromium_org/third_party/WebKit/public/platform/
H A DPlatform.h180 virtual int databaseDeleteFile(const WebString& vfsFileName, bool syncDir) { return 0; } argument
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c4477 int syncDir, /* True to sync directory on first sync */
4517 if( syncDir ){
4973 int syncDir = (isCreate && ( local
5020 assert(isDelete && !syncDir);
5131 rc = fillInUnixFile(pVfs, fd, syncDir, pFile, zPath, noLock,
5149 rc = fillInUnixFile(pVfs, fd, syncDir, pFile, zPath, noLock,
4474 fillInUnixFile( sqlite3_vfs *pVfs, int h, int syncDir, sqlite3_file *pId, const char *zFilename, int noLock, int isDelete, int isReadOnly ) argument
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c1468 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
23636 int syncDir /* Not used on os2 */
28630 fillInUnixFile( sqlite3_vfs *pVfs, int h, int syncDir, sqlite3_file *pId, const char *zFilename, int noLock, int isDelete, int isReadOnly ) argument
29129 int syncDir = (isCreate && ( local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c1584 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
24490 int syncDir /* Not used on os2 */
30059 int syncDir = (isCreate && ( local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c1584 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
24490 int syncDir /* Not used on os2 */
30087 int syncDir = (isCreate && ( local
[all...]

Completed in 801 milliseconds