Home
last modified time | relevance | path

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

/drivers/staging/ced1401/userspace/
Duse1401.c2698 #define file_exist(name) (_access(name, 0) != -1) macro
2705 #define file_exist(name) (access(name, F_OK) != -1) macro
2740 if (file_exist(command)) // If the file exists in U14LdCmd()
2780 bGotIt = (BOOL)file_exist(filnam); // See if file exists in U14LdCmd()
2797 bGotIt = (BOOL)file_exist(filnam); // Got this one? in U14LdCmd()
2806 bGotIt = file_exist(filnam); // Got this one? in U14LdCmd()