Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dpath_helper.h145 std::vector<std::string> elems; in NormalizePath() local
151 && !elems.empty()) { // looking for xxx/../ in NormalizePath()
152 elems.pop_back(); in NormalizePath()
154 elems.push_back(elem); in NormalizePath()
161 elems.push_back(entryPoint.substr(prev)); in NormalizePath()
163 for (auto e : elems) { in NormalizePath()

Completed in 1 milliseconds