robust_open 26084 third_party/sqlite/amalgamation/sqlite3.c fd = robust_open(zLockFile,O_RDONLY|O_CREAT|O_EXCL,0600); robust_open 27406 third_party/sqlite/amalgamation/sqlite3.c fd = robust_open(zDirname, O_RDONLY|O_BINARY, 0); robust_open 27956 third_party/sqlite/amalgamation/sqlite3.c pShmNode->h = robust_open(zShmFilename, O_RDWR|O_CREAT, robust_open 29187 third_party/sqlite/amalgamation/sqlite3.c fd = robust_open(zName, openFlags, openMode); robust_open 29196 third_party/sqlite/amalgamation/sqlite3.c fd = robust_open(zName, openFlags, openMode); robust_open 29507 third_party/sqlite/amalgamation/sqlite3.c fd = robust_open("/dev/urandom", O_RDONLY, 0); robust_open 29915 third_party/sqlite/amalgamation/sqlite3.c fd = robust_open(path, openFlags, SQLITE_DEFAULT_FILE_PERMISSIONS); robust_open 29919 third_party/sqlite/amalgamation/sqlite3.c fd = robust_open(path, openFlags, SQLITE_DEFAULT_FILE_PERMISSIONS); robust_open 29925 third_party/sqlite/amalgamation/sqlite3.c fd = robust_open(path, openFlags, SQLITE_DEFAULT_FILE_PERMISSIONS); robust_open 30047 third_party/sqlite/amalgamation/sqlite3.c fd = robust_open(tPath, (O_RDWR|O_CREAT|O_EXCL), robust_open 30323 third_party/sqlite/amalgamation/sqlite3.c int fd = robust_open(pCtx->dbPath, pFile->openFlags, robust_open 1943 third_party/sqlite/src/src/os_unix.c fd = robust_open(zLockFile,O_RDONLY|O_CREAT|O_EXCL,0600); robust_open 3265 third_party/sqlite/src/src/os_unix.c fd = robust_open(zDirname, O_RDONLY|O_BINARY, 0); robust_open 3815 third_party/sqlite/src/src/os_unix.c pShmNode->h = robust_open(zShmFilename, O_RDWR|O_CREAT, robust_open 5046 third_party/sqlite/src/src/os_unix.c fd = robust_open(zName, openFlags, openMode); robust_open 5055 third_party/sqlite/src/src/os_unix.c fd = robust_open(zName, openFlags, openMode); robust_open 5366 third_party/sqlite/src/src/os_unix.c fd = robust_open("/dev/urandom", O_RDONLY, 0); robust_open 5774 third_party/sqlite/src/src/os_unix.c fd = robust_open(path, openFlags, SQLITE_DEFAULT_FILE_PERMISSIONS); robust_open 5778 third_party/sqlite/src/src/os_unix.c fd = robust_open(path, openFlags, SQLITE_DEFAULT_FILE_PERMISSIONS); robust_open 5784 third_party/sqlite/src/src/os_unix.c fd = robust_open(path, openFlags, SQLITE_DEFAULT_FILE_PERMISSIONS); robust_open 5906 third_party/sqlite/src/src/os_unix.c fd = robust_open(tPath, (O_RDWR|O_CREAT|O_EXCL), robust_open 6182 third_party/sqlite/src/src/os_unix.c int fd = robust_open(pCtx->dbPath, pFile->openFlags,