Searched refs:u_file_access (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_file.h44 u_file_access(const char *path, int mode) { function in typeref:typename:int
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_file.h44 u_file_access(const char *path, int mode) { function in typeref:typename:int
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader.c152 if (ret > 0 && ret < sizeof(path) && u_file_access(path, 0) != -1) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader.c203 if (ret > 0 && ret < sizeof(path) && u_file_access(path, 0) != -1) {

Completed in 3 milliseconds