Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/hs20/client/
H A Dosu_client.c620 if (os_file_exists(fname)) { in hs20_add_pps_mo()
706 if (cert && os_file_exists("Cert/est_cert.der") && in update_pps_file()
1608 if (os_file_exists(buf)) { in set_pps_cred_digital_cert()
1618 if (os_file_exists(buf)) { in set_pps_cred_digital_cert()
1649 if (os_file_exists(buf)) { in set_pps_cred_realm()
2634 if (!os_file_exists(pps_fname)) { in cmd_sub_rem()
2641 if (ca_fname && !os_file_exists(ca_fname)) { in cmd_sub_rem()
2799 if (!os_file_exists(pps_fname)) { in cmd_pol_upd()
2806 if (ca_fname && !os_file_exists(ca_fname)) { in cmd_pol_upd()
H A Doma_dm_client.c688 if (pps_fname && os_file_exists(pps_fname)) { in oma_dm_add()
/freebsd/contrib/wpa/src/utils/
H A Dos.h267 int os_file_exists(const char *fname);
H A Dos_unix.c463 int os_file_exists(const char *fname) in os_file_exists() function
H A Dutils_module_tests.c501 if (os_file_exists("/this-file-does-not-exists-hwsim") != 0) in os_tests()