Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dfile_path.cpp355 std::vector<std::string> childComponentsReverse; in AppendRelativePath() local
362 childComponentsReverse.push_back(*riter); in AppendRelativePath()
365 std::vector<std::string>::const_iterator childIt = childComponentsReverse.begin(); in AppendRelativePath()
375 if ((childIt != childComponentsReverse.end()) && (*childIt == SEPARATOR)) { in AppendRelativePath()
379 for (; childIt != childComponentsReverse.end(); ++childIt) { in AppendRelativePath()

Completed in 1 milliseconds