Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/framework/shim/
H A Dshim_common.cpp225 auto sys_conf_dir = std::string(SYSCONFDIR);
230 // EXTRASYSCONFDIR default is /etc, if SYSCONFDIR wasn't defined, it will have /etc put
247 redirect_path(fs::path(SYSCONFDIR) / "vulkan" / category_path_name(category), path);
257 return fs::path(SYSCONFDIR) / "vulkan" / category_path_name(category);
/third_party/vulkan-loader/loader/
H A Dvk_loader_platform.h154 #define SYSCONFDIR "/etc" macro
332 #define SYSCONFDIR "/etc" macro
H A Dloader.c3129 search_path_size += determine_data_file_path_size(SYSCONFDIR, rel_size); in read_data_files_in_search_paths()
3208 copy_data_file_info(SYSCONFDIR, relative_location, rel_size, &cur_path_ptr);
/third_party/mesa3d/src/util/
H A Dxmlconfig.c1163 #ifndef SYSCONFDIR
1164 #define SYSCONFDIR "/etc" macro
1212 parseOneConfigFile(&userData, SYSCONFDIR "/drirc"); in driParseConfigFiles()
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.cpp473 platform_shim->redirect_dlopen_name(fs::path(SYSCONFDIR) / "vulkan" / "icd.d" / "." / new_driver_name,
617 fs::path(SYSCONFDIR) / "vulkan" / category_path_name(category) / "." / layer_binary_name, new_layer_location);
H A Dtest_util.h841 #define SYSCONFDIR "/etc"

Completed in 17 milliseconds