Searched refs:IFILEMGR_Test (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dgetcwd.c37 if (IFILEMGR_Test(pIFileMgr, "fs:/") == SUCCESS)
H A Dfopen.c74 f_exists = IFILEMGR_Test(pIFileMgr, filename) == SUCCESS ? 1 : 0;
H A Dos_handle.c51 f_exists = IFILEMGR_Test(pIFileMgr, name) == SUCCESS ? 1 : 0;
H A Dos_stat.c32 if (IFILEMGR_Test(pIFileMgr, path) == EFAILED) {
34 env, pIFileMgr, path, "IFILEMGR_Test", ret);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/brew/
H A Dbrew_posix.h59 #define IFILEMGR_Test(a, b) (b = b, 1) macro

Completed in 120 milliseconds