Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hs20/client/
Dosu_client.c598 if (os_file_exists(fname)) { in hs20_add_pps_mo()
684 if (cert && os_file_exists("Cert/est_cert.der") && in update_pps_file()
1498 if (os_file_exists(buf)) { in set_pps_cred_digital_cert()
1505 if (os_file_exists(buf)) { in set_pps_cred_digital_cert()
1533 if (os_file_exists(buf)) { in set_pps_cred_realm()
2428 if (!os_file_exists(pps_fname)) { in cmd_sub_rem()
2435 if (ca_fname && !os_file_exists(ca_fname)) { in cmd_sub_rem()
2586 if (!os_file_exists(pps_fname)) { in cmd_pol_upd()
2593 if (ca_fname && !os_file_exists(ca_fname)) { in cmd_pol_upd()
Doma_dm_client.c682 if (pps_fname && os_file_exists(pps_fname)) { in oma_dm_add()
/external/wpa_supplicant_8/src/utils/
Dos.h247 int os_file_exists(const char *fname);
Dos_unix.c408 int os_file_exists(const char *fname) in os_file_exists() function