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

/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddisk_cache_os.c792 char *xdg_cache_home = getenv("XDG_CACHE_HOME"); local in function:disk_cache_generate_cache_dir
794 if (xdg_cache_home) {
795 if (mkdir_if_needed(xdg_cache_home) == -1)
798 path = concatenate_and_mkdir(mem_ctx, xdg_cache_home, cache_dir_name);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta.c232 char *xdg_cache_home = getenv("XDG_CACHE_HOME"); local in function:radv_builtin_cache_path
239 if (xdg_cache_home) {
241 xdg_cache_home, suffix, sizeof(void *) * 8);
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Ddisk_cache.c251 char *xdg_cache_home = getenv("XDG_CACHE_HOME"); local in function:disk_cache_create
253 if (xdg_cache_home) {
254 if (mkdir_if_needed(xdg_cache_home) == -1)
257 path = concatenate_and_mkdir(local, xdg_cache_home, CACHE_DIR_NAME);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta.c319 char *xdg_cache_home = getenv("XDG_CACHE_HOME"); local in function:radv_builtin_cache_path
326 if (xdg_cache_home) {
327 ret = snprintf(path, PATH_MAX + 1, "%s%s%zd", xdg_cache_home, suffix, sizeof(void *) * 8);

Completed in 7 milliseconds