Searched refs:JoinPath (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.h92 // E.g. JoinPath("foo/bar", "baz/a.java") returns "foo/bar/baz/a.java",
93 // JoinPath("foo", "/bar/baz") returns "foo/bar/baz", and
94 // JoinPath("foo/", "/bar") returns "foo/bar".
95 std::string JoinPath(const std::string &path1, const std::string &path2);
H A Dslang_rs_reflect_utils.cpp290 std::string JoinPath(const std::string &path1, const std::string &path2) { function in namespace:slang
360 std::string FilePath = JoinPath(outDirectory, outFileName);

Completed in 39 milliseconds