Searched refs:mkdir_if_needed (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddisk_cache_os.c74 mkdir_if_needed(const char *path) function in typeref:typename:int
122 if (mkdir_if_needed(new_path) == 0)
357 mkdir_if_needed(dir);
783 if (mkdir_if_needed(path) == -1)
795 if (mkdir_if_needed(xdg_cache_home) == -1)
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Ddisk_cache.c139 mkdir_if_needed(const char *path) function in typeref:typename:int
187 if (mkdir_if_needed(new_path) == 0)
242 if (mkdir_if_needed(path) == -1)
254 if (mkdir_if_needed(xdg_cache_home) == -1)
490 mkdir_if_needed(dir);

Completed in 6 milliseconds