OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:os_file_exists
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/src/utils/
os.h
243
*
os_file_exists
- Check whether the specified file exists
247
int
os_file_exists
(const char *fname);
os_unix.c
459
int
os_file_exists
(const char *fname)
function
utils_module_tests.c
498
if (
os_file_exists
("/this-file-does-not-exists-hwsim") != 0)
/external/wpa_supplicant_8/hs20/client/
osu_client.c
598
if (
os_file_exists
(fname)) {
684
if (cert &&
os_file_exists
("Cert/est_cert.der") &&
[
all
...]
oma_dm_client.c
682
if (pps_fname &&
os_file_exists
(pps_fname)) {
[
all
...]
Completed in 79 milliseconds