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

/external/mesa3d/src/util/
H A Ddisk_cache.c80 mkdir_if_needed(char *path) function
128 if (mkdir_if_needed(new_path) == 0)
161 if (path && mkdir_if_needed(path) == -1) {
169 if (mkdir_if_needed(xdg_cache_home) == -1)
354 mkdir_if_needed(dir);

Completed in 59 milliseconds