Searched refs:category_path_name (Results 1 – 3 of 3) sorted by relevance
90 std::string category_path_name(ManifestCategory category) { function153 std::string category_path_name(ManifestCategory category) { function207 redirect_path(fs::path(path) / "vulkan" / category_path_name(category), new_path);214 redirect_path(fs::path(SYSCONFDIR) / "vulkan" / category_path_name(category), path);
201 std::string category_path_name(ManifestCategory category);
194 …EXPECT_TRUE(debug_log.find((fs::path("/tmp/goober/vulkan") / category_path_name(category)).str())); in TEST()195 …EXPECT_TRUE(debug_log.find((fs::path("/tmp/goober2/vulkan") / category_path_name(category)).str())… in TEST()196 …EXPECT_TRUE(debug_log.find((fs::path("/tmp/goober3/vulkan") / category_path_name(category)).str())… in TEST()197 …TRUE(debug_log.find((fs::path("/tmp/goober4/with spaces/vulkan") / category_path_name(category)).s… in TEST()