Searched refs:u_file_access (Results 1 – 2 of 2) sorted by relevance
44 u_file_access(const char *path, int mode) { in u_file_access() function
181 if (ret > 0 && ret < sizeof(path) && u_file_access(path, 0) != -1) { in pipe_loader_find_module()