Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c675 static int robust_open(const char *z, int f, mode_t m){ in robust_open() function
3711 fd = robust_open(zDirname, O_RDONLY|O_BINARY, 0); in openDirectory()
4662 pShmNode->hShm = robust_open(zShm, O_RDONLY|O_NOFOLLOW, in unixOpenSharedMemory()
6220 fd = robust_open(zName, openFlags, openMode); in unixOpen()
6235 fd = robust_open(zName, openFlags, openMode); in unixOpen()
6652 fd = robust_open("/dev/urandom", O_RDONLY, 0); in unixRandomness()
7068 fd = robust_open(path, openFlags, 0); in proxyCreateUnixFile()
7072 fd = robust_open(path, openFlags, 0); in proxyCreateUnixFile()
7078 fd = robust_open(path, openFlags, 0); in proxyCreateUnixFile()
7203 fd = robust_open(tPath, (O_RDWR|O_CREAT|O_EXCL|O_NOFOLLOW), 0); in proxyBreakConchLock()
[all …]