Searched defs:syncDir (Results 1 - 8 of 8) 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 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.h181 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);
23621 int syncDir /* Not used on os2 */
28615 fillInUnixFile( sqlite3_vfs *pVfs, int h, int syncDir, sqlite3_file *pId, const char *zFilename, int noLock, int isDelete, int isReadOnly ) argument
29114 int syncDir = (isCreate && ( local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c1268 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
29912 int syncDir = (isCreate && ( local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c1268 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
29932 int syncDir = (isCreate && ( local
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 7810 milliseconds