Lines Matching refs:path

427     BUILDER_VALUE(LoaderSettingsLayerConfiguration, std::string, path, {})
432 return a.name == b.name && a.path == b.path && a.control == b.control &&
478 TestICDHandle(fs::path const& icd_path) noexcept;
481 fs::path get_icd_full_path() noexcept;
482 fs::path get_icd_manifest_path() noexcept;
483 fs::path get_shimmed_manifest_path() noexcept;
489 fs::path manifest_path; // path to the manifest file is on the actual filesystem (aka <build_folder>/tests/framework/<...>)
490 fs::path shimmed_manifest_path; // path to where the loader will find the manifest file (eg /usr/local/share/vulkan/<...>)
494 TestLayerHandle(fs::path const& layer_path) noexcept;
497 fs::path get_layer_full_path() noexcept;
498 fs::path get_layer_manifest_path() noexcept;
499 fs::path get_shimmed_manifest_path() noexcept;
505 fs::path manifest_path; // path to the manifest file is on the actual filesystem (aka <build_folder>/tests/framework/<...>)
506 fs::path shimmed_manifest_path; // path to where the loader will find the manifest file (eg /usr/local/share/vulkan/<...>)
523 absolute, // default for testing - the exact path of the binary
525 default_search_paths, // Dont add any path information to the library_path - force the use of the default search paths
530 TestICDDetails(fs::path icd_binary_path, uint32_t api_version = VK_API_VERSION_1_0) noexcept {
539 // If discovery type is env-var, is_dir controls whether to use the path to the file or folder the manifest is in
551 // If discovery type is env-var, is_dir controls whether to use the path to the file or folder the manifest is in
604 fs::path get_test_icd_path(size_t index = 0) noexcept;
605 fs::path get_icd_manifest_path(size_t index = 0) noexcept;
606 fs::path get_shimmed_icd_manifest_path(size_t index = 0) noexcept;
610 fs::path get_test_layer_path(size_t index = 0) noexcept;
611 fs::path get_layer_manifest_path(size_t index = 0) noexcept;
612 fs::path get_shimmed_layer_manifest_path(size_t index = 0) noexcept;
617 // Set the path of the app bundle to the appropriate test framework bundle