Searched refs:GetBundlePath (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_tool/test/unittest/bm/ |
H A D | bm_command_test.cpp | 1291 auto res = cmd.GetBundlePath(param, bundlePaths); 1295 res = cmd.GetBundlePath(param, bundlePaths); 1299 res = cmd.GetBundlePath(param, bundlePaths); 1303 res = cmd.GetBundlePath(param, bundlePaths); 1307 res = cmd.GetBundlePath(param, bundlePaths); 1311 res = cmd.GetBundlePath(param, bundlePaths); 1315 res = cmd.GetBundlePath(param, bundlePaths); 1319 res = cmd.GetBundlePath(param, bundlePaths); 1323 res = cmd.GetBundlePath(param, bundlePaths); 1327 res = cmd.GetBundlePath(param, bundlePaths);
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/ |
H A D | bundle_command.h | 279 ErrCode GetBundlePath(const std::string& param, std::vector<std::string>& bundlePaths) const;
|
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/ |
H A D | ext_extension.h | 265 std::string GetBundlePath();
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_command.cpp | 601 if (GetBundlePath(optarg, bundlePath) != OHOS::ERR_OK) { in RunAsInstallCommand() 644 if (GetBundlePath(optarg, sharedBundleDirPaths) != OHOS::ERR_OK) { in RunAsInstallCommand() 663 if (GetBundlePath(argList_[index - INDEX_OFFSET], bundlePath) != OHOS::ERR_OK) { in RunAsInstallCommand() 676 … if (GetBundlePath(argList_[hspIndex - INDEX_OFFSET], sharedBundleDirPaths) != OHOS::ERR_OK) { in RunAsInstallCommand() 727 ErrCode BundleManagerShellCommand::GetBundlePath(const std::string& param, in GetBundlePath() function in OHOS::AppExecFwk::BundleManagerShellCommand
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | container.h | 283 const std::string& GetBundlePath() const in GetBundlePath() function
|
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | sub_ext_extension.cpp | 110 string BackupExtExtension::GetBundlePath() in GetBundlePath() function in OHOS::FileManagement::Backup::BackupExtExtension 122 string restoreDir = isSpecialVersion ? "" : GetBundlePath(); in GetIdxFileInfos()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.cpp | 1748 const std::string& bundlePath = container->GetBundlePath(); in PrepareInitOHOSWeb()
|