Home
last modified time | relevance | path

Searched refs:SYSCONFDIR (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/third_party/externals/libjpeg-turbo/cmakescripts/
DGNUInstallDirs.cmake39 # ``SYSCONFDIR``
75 # For ``<dir>`` other than the ``SYSCONFDIR`` and ``LOCALSTATEDIR``,
86 # For ``<dir>`` equal to ``SYSCONFDIR`` or ``LOCALSTATEDIR``, the
89 # as an absolute path. For example, the ``SYSCONFDIR`` value ``etc``
94 # For ``<dir>`` equal to ``SYSCONFDIR`` or ``LOCALSTATEDIR``, the
97 # as an absolute path. For example, the ``SYSCONFDIR`` value ``etc``
220 GNUInstallDirs_set_install_dir(SYSCONFDIR
367 if("${dir}" STREQUAL "SYSCONFDIR" OR "${dir}" STREQUAL "LOCALSTATEDIR")
376 if("${dir}" STREQUAL "SYSCONFDIR" OR "${dir}" STREQUAL "LOCALSTATEDIR")
382 if("${dir}" STREQUAL "SYSCONFDIR" OR "${dir}" STREQUAL "LOCALSTATEDIR")
[all …]
/third_party/libjpeg-turbo/cmakescripts/
DGNUInstallDirs.cmake39 # ``SYSCONFDIR``
75 # For ``<dir>`` other than the ``SYSCONFDIR`` and ``LOCALSTATEDIR``,
86 # For ``<dir>`` equal to ``SYSCONFDIR`` or ``LOCALSTATEDIR``, the
89 # as an absolute path. For example, the ``SYSCONFDIR`` value ``etc``
94 # For ``<dir>`` equal to ``SYSCONFDIR`` or ``LOCALSTATEDIR``, the
97 # as an absolute path. For example, the ``SYSCONFDIR`` value ``etc``
221 GNUInstallDirs_set_install_dir(SYSCONFDIR
370 if("${dir}" STREQUAL "SYSCONFDIR" OR "${dir}" STREQUAL "LOCALSTATEDIR")
379 if("${dir}" STREQUAL "SYSCONFDIR" OR "${dir}" STREQUAL "LOCALSTATEDIR")
385 if("${dir}" STREQUAL "SYSCONFDIR" OR "${dir}" STREQUAL "LOCALSTATEDIR")
[all …]
/third_party/vulkan-loader/tests/framework/shim/
Dshim_common.cpp192 auto sys_conf_dir = std::string(SYSCONFDIR);
214 redirect_path(fs::path(SYSCONFDIR) / "vulkan" / category_path_name(category), path);
/third_party/vulkan-loader/
DCMakeLists.txt189 set(SYSCONFDIR "" CACHE STRING variable
372 if(NOT (SYSCONFDIR STREQUAL ""))
373 # SYSCONFDIR is specified, use it and do not force /etc.
374 target_compile_definitions(loader_common_options INTERFACE SYSCONFDIR="${SYSCONFDIR}")
376 …target_compile_definitions(loader_common_options INTERFACE SYSCONFDIR="${CMAKE_INSTALL_FULL_SYSCON…
DBUILD.gn55 "SYSCONFDIR=\"/config\"",
61 "SYSCONFDIR=\"/etc\"",
/third_party/vulkan-loader/loader/
Dvk_loader_platform.h127 #define SYSCONFDIR "/etc" macro
287 #define SYSCONFDIR "/etc" macro
Dloader.c3023 search_path_size += determine_data_file_path_size(SYSCONFDIR, rel_size); in read_data_files_in_search_paths()
3092 copy_data_file_info(SYSCONFDIR, relative_location, rel_size, &cur_path_ptr);
/third_party/vulkan-loader/openharmony/
DBUILD.gn38 "SYSCONFDIR=\"/system/etc\"",
/third_party/flutter/skia/third_party/externals/angle2/third_party/vulkan-tools/
DBUILD.gn110 "SYSCONFDIR=\"/etc\"",
/third_party/mesa3d/src/util/
Dxmlconfig.c1163 #ifndef SYSCONFDIR
1164 #define SYSCONFDIR "/etc" macro
1212 parseOneConfigFile(&userData, SYSCONFDIR "/drirc"); in driParseConfigFiles()
/third_party/flutter/skia/third_party/externals/angle2/third_party/vulkan-loader/
DBUILD.gn145 "SYSCONFDIR=\"/etc\"",
/third_party/flutter/skia/third_party/externals/angle2/third_party/vulkan-validation-layers/
DBUILD.gn265 "SYSCONFDIR=\"/etc\"",
/third_party/vulkan-loader/tests/framework/
Dtest_util.h944 #define SYSCONFDIR "/etc" macro
/third_party/chromium/patch/
D0001-cve.patch74419 +target_compile_definitions(LibXml2 PRIVATE SYSCONFDIR="${CMAKE_INSTALL_FULL_SYSCONFDIR}")
74446 + target_compile_definitions(${PROGRAM} PRIVATE SYSCONFDIR="${CMAKE_INSTALL_FULL_SYSCONFDIR}")
74477 + target_compile_definitions(${TEST} PRIVATE SYSCONFDIR="${CMAKE_INSTALL_FULL_SYSCONFDIR}")
122854 +#ifndef SYSCONFDIR
122855 + #define SYSCONFDIR "/etc"
125284 + if ((URI == NULL) || (!strcmp(URI, "file://" SYSCONFDIR "/xml/catalog")))
125293 + if ((URI == NULL) || (!strcmp(URI, "file://" SYSCONFDIR "/xml/catalog")))