Searched refs:osOpen (Results 1 – 1 of 1) sorted by relevance
390 #define osOpen ((int(*)(const char*,int,int))aSyscall[0].pCurrent) macro680 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()