Home
last modified time | relevance | path

Searched refs:ConcatenatePath (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/common/
Dsystem_utils_unittest.cpp66 EXPECT_EQ(ConcatenatePath(path1, path2), expected); in TEST()
74 EXPECT_EQ(ConcatenatePath(path1, path2), expected); in TEST()
82 EXPECT_EQ(ConcatenatePath(path1, path2), expected); in TEST()
90 EXPECT_EQ(ConcatenatePath(path1, path2), expected); in TEST()
98 EXPECT_EQ(ConcatenatePath(path1, path2), expected); in TEST()
114 EXPECT_EQ(ConcatenatePath(path1, path2), expected); in TEST()
122 EXPECT_EQ(ConcatenatePath(path1, path2), expected); in TEST()
130 EXPECT_EQ(ConcatenatePath(path1, path2), expected); in TEST()
138 EXPECT_EQ(ConcatenatePath(path1, path2), expected); in TEST()
146 EXPECT_EQ(ConcatenatePath(path1, path2), expected); in TEST()
[all …]
Dsystem_utils.h40 std::string ConcatenatePath(std::string first, std::string second);
Dsystem_utils_win32.cpp49 std::string moduleRelativePath = ConcatenatePath(GetModuleDirectory(), libraryName); in Win32Library()
Dsystem_utils.cpp112 std::string ConcatenatePath(std::string first, std::string second) in ConcatenatePath() function
Dsystem_utils_posix.cpp88 directory = ConcatenatePath(cwd.value(), directory); in GetModuleDirectory()
/external/icing/icing/schema/
Dsection-manager.cc52 std::string ConcatenatePath(const std::string& path, in ConcatenatePath() function
91 ConcatenatePath(current_section_path, in AssignSections()
124 ConcatenatePath(current_section_path, property_config.property_name())); in AssignSections()
/external/angle/src/common/vulkan/
Dvulkan_icd.cpp55 std::string ret = ConcatenatePath(angle::GetModuleDirectory(), icdEnvironment); in WrapICDEnvironment()