Searched refs:f_exists (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dfopen.c27 int f_exists, ret, update_flag; local
74 f_exists = IFILEMGR_Test(pIFileMgr, filename) == SUCCESS ? 1 : 0;
75 if (f_exists)
H A Dos_handle.c27 int f_exists, ret; local
51 f_exists = IFILEMGR_Test(pIFileMgr, name) == SUCCESS ? 1 : 0;
52 if (f_exists)

Completed in 63 milliseconds