Home
last modified time | relevance | path

Searched refs:newPathString (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dfile_path.cpp300 std::string newPathString; in Append() local
303 newPathString += component; in Append()
306 newPathString = component.substr(1, component.size()); in Append()
308 newPathString = path_ + SEPARATOR + component; in Append()
312 newPathString = path_ + component; in Append()
314 newPathString = path_ + SEPARATOR + component; in Append()
318 FilePath newPath(newPathString); in Append()