Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp2168 std::string absoluteBundlePath = ""; in GetAbsPaths() local
2174 absoluteBundlePath.append(bundlePath); in GetAbsPaths()
2180 absoluteBundlePath.append(currentPathPtr); in GetAbsPaths()
2181 absoluteBundlePath.append('/' + bundlePath); in GetAbsPaths()
2187 realPathVec.emplace_back(absoluteBundlePath); in GetAbsPaths()