Searched refs:fillInUnixFile (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/sqlite/src/src/ |
H A D | os_unix.c | 4474 int fillInUnixFile( function 4871 return fillInUnixFile(vfs, fd, dirfd, file, fileName, noLock, isDelete, 0); 5131 rc = fillInUnixFile(pVfs, fd, syncDir, pFile, zPath, noLock, 5136 /* Use unixClose to clean up the resources added in fillInUnixFile 5149 rc = fillInUnixFile(pVfs, fd, syncDir, pFile, zPath, noLock, 5815 rc = fillInUnixFile(&dummyVfs, fd, 0, (sqlite3_file*)pNew, path, 0, 0, 0);
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
H A D | sqlite3.c | 28630 int fillInUnixFile( function [all...] |
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 29612 static int fillInUnixFile( function [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 29640 static int fillInUnixFile( function [all...] |
Completed in 1656 milliseconds