Home
last modified time | relevance | path

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

/hardware/google/aemu/base/
DPathUtils.cpp253 std::string PathUtils::recompose(const std::vector<String>& components, in recompose() function in android::base::PathUtils
289 std::string PathUtils::recompose(const std::vector<std::string>& components, in recompose() function in android::base::PathUtils
/hardware/google/aemu/base/include/aemu/base/files/
DPathUtils.h300 static std::string recompose(const std::vector<String>& components) { in recompose() function