OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xdg_cache_home
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/util/
disk_cache_os.c
770
* $
XDG_CACHE_HOME
/mesa_shader_cache
792
char *
xdg_cache_home
= getenv("
XDG_CACHE_HOME
");
local
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/
radv_meta.c
232
char *
xdg_cache_home
= getenv("
XDG_CACHE_HOME
");
local
239
if (
xdg_cache_home
) {
241
xdg_cache_home
, suffix, sizeof(void *) * 8);
/xsrc/external/mit/MesaLib.old/dist/src/util/
disk_cache.c
237
* $
XDG_CACHE_HOME
/mesa_shader_cache
251
char *
xdg_cache_home
= getenv("
XDG_CACHE_HOME
");
local
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/
radv_meta.c
319
char *
xdg_cache_home
= getenv("
XDG_CACHE_HOME
");
local
326
if (
xdg_cache_home
) {
327
ret = snprintf(path, PATH_MAX + 1, "%s%s%zd",
xdg_cache_home
, suffix, sizeof(void *) * 8);
Completed in 8 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026