Home
last modified time | relevance | path

Searched defs:JoinPath (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/shared/
H A Dpaths.go36 func JoinPath(base string, rest ...string) string { func
/aosp12/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp290 std::string JoinPath(const std::string &path1, const std::string &path2) { in JoinPath() function