Home
last modified time | relevance | path

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

/external/angle/src/common/
Dsystem_utils_unittest.cpp105 EXPECT_EQ(ConcatenatePath(path1, path2), expected); in TEST()
113 EXPECT_EQ(ConcatenatePath(path1, path2), expected); in TEST()
121 EXPECT_EQ(ConcatenatePath(path1, path2), expected); in TEST()
129 EXPECT_EQ(ConcatenatePath(path1, path2), expected); in TEST()
137 EXPECT_EQ(ConcatenatePath(path1, path2), expected); in TEST()
153 EXPECT_EQ(ConcatenatePath(path1, path2), expected); in TEST()
161 EXPECT_EQ(ConcatenatePath(path1, path2), expected); in TEST()
169 EXPECT_EQ(ConcatenatePath(path1, path2), expected); in TEST()
177 EXPECT_EQ(ConcatenatePath(path1, path2), expected); in TEST()
185 EXPECT_EQ(ConcatenatePath(path1, path2), expected); in TEST()
[all …]
Dsystem_utils_win32.cpp72 std::string moduleRelativePath = ConcatenatePath(GetModuleDirectory(), libraryName); in OpenSystemLibraryWithExtensionAndGetError()
Dsystem_utils.h46 std::string ConcatenatePath(std::string first, std::string second);
Dsystem_utils.cpp138 std::string ConcatenatePath(std::string first, std::string second) in ConcatenatePath() function
Dsystem_utils_posix.cpp172 directory = ConcatenatePath(cwd.value(), directory); in GetModuleDirectoryAndGetError()
/external/angle/src/common/vulkan/
Dvulkan_icd.cpp52 std::string ret = ConcatenatePath(moduleDir, icdEnvironment); in WrapICDEnvironment()
54 std::string moduleDirWithLibraries = ConcatenatePath(moduleDir, "Libraries"); in WrapICDEnvironment()
55 ret += ":" + ConcatenatePath(moduleDirWithLibraries, icdEnvironment); in WrapICDEnvironment()
/external/angle/src/tests/cl_support/
Dangle_oclcts_gtest.cpp340 const std::string icdPath = angle::ConcatenatePath(moduleDir, ANGLE_OPENCL_ICD_PATH); in main()
/external/angle/src/libANGLE/renderer/vulkan/
DCLProgramVk.cpp552 std::string headerFilePath(angle::ConcatenatePath(tmpDir.value(), headerIncludeNames[i])); in compile()