Lines Matching refs:sharedBundleDirPaths
511 std::vector<std::string> sharedBundleDirPaths;
631 if (GetBundlePath(optarg, sharedBundleDirPaths) != OHOS::ERR_OK) {
663 if (GetBundlePath(argList_[hspIndex - INDEX_OFFSET], sharedBundleDirPaths) != OHOS::ERR_OK) {
664 sharedBundleDirPaths.clear();
675 for (auto &path : sharedBundleDirPaths) {
680 if (resultReceiver_ == "" && bundlePath.empty() && sharedBundleDirPaths.empty()) {
694 installParam.sharedBundleDirPaths = sharedBundleDirPaths;
2098 GetAbsPaths(installParam.sharedBundleDirPaths, hspPathVec);
2099 installParam.sharedBundleDirPaths = hspPathVec;