Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c390 #define osOpen ((int(*)(const char*,int,int))aSyscall[0].pCurrent) macro
680 fd = osOpen(z,f|O_CLOEXEC,m2); in robust_open()
682 fd = osOpen(z,f,m2); in robust_open()
693 if( osOpen("/dev/null", O_RDONLY, m)<0 ) break; in robust_open()