Searched refs:robust_open (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c477 static int robust_open(const char *z, int f, int m){ function
1943 fd = robust_open(zLockFile,O_RDONLY|O_CREAT|O_EXCL,0600);
3265 fd = robust_open(zDirname, O_RDONLY|O_BINARY, 0);
3815 pShmNode->h = robust_open(zShmFilename, O_RDWR|O_CREAT,
5046 fd = robust_open(zName, openFlags, openMode);
5055 fd = robust_open(zName, openFlags, openMode);
5366 fd = robust_open("/dev/urandom", O_RDONLY, 0);
5774 fd = robust_open(path, openFlags, SQLITE_DEFAULT_FILE_PERMISSIONS);
5778 fd = robust_open(path, openFlags, SQLITE_DEFAULT_FILE_PERMISSIONS);
5784 fd = robust_open(pat
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c24633 static int robust_open(const char *z, int f, int m){ function
26099 fd = robust_open(zLockFile,O_RDONLY|O_CREAT|O_EXCL,0600);
27421 fd = robust_open(zDirname, O_RDONLY|O_BINARY, 0);
27971 pShmNode->h = robust_open(zShmFilename, O_RDWR|O_CREAT,
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c25545 static int robust_open(const char *z, int f, mode_t m){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c25563 static int robust_open(const char *z, int f, mode_t m){ function
[all...]

Completed in 562 milliseconds