Searched refs:GetHapFilesFromBundlePath (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/common/utils/src/ |
H A D | bundle_file_util.cpp | 100 if (!GetHapFilesFromBundlePath(bundlePath, realPaths)) { in CheckFilePath() 161 bool BundleFileUtil::GetHapFilesFromBundlePath(const std::string ¤tBundlePath, in GetHapFilesFromBundlePath() function in OHOS::AppExecFwk::BundleFileUtil
|
/ohos5.0/foundation/bundlemanager/bundle_framework/common/utils/include/ |
H A D | bundle_file_util.h | 31 …static bool GetHapFilesFromBundlePath(const std::string ¤tBundlePath, std::vector<std::strin…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlefileutil_fuzzer/ |
H A D | bundlefileutil_fuzzer.cpp | 44 fileUtil.GetHapFilesFromBundlePath(bundlePath, hapFileList); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_util.h | 94 …static bool GetHapFilesFromBundlePath(const std::string& currentBundlePath, std::vector<std::strin…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_util.cpp | 119 if ((s.st_mode & S_IFDIR) && !GetHapFilesFromBundlePath(bundlePath, realPaths)) { in CheckFilePath() 232 bool BundleUtil::GetHapFilesFromBundlePath(const std::string& currentBundlePath, std::vector<std::s… in GetHapFilesFromBundlePath() function in OHOS::AppExecFwk::BundleUtil
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 1318 bool res = bundleUtil.GetHapFilesFromBundlePath(currentPath, fileList); 1321 res = bundleUtil.GetHapFilesFromBundlePath(currentPath, fileList); 5009 bool res = bundleUtil.GetHapFilesFromBundlePath(CURRENT_PATH, fileList);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 1402 bool res4 = BundleFileUtil::GetHapFilesFromBundlePath("", hapFileList); 1403 bool res5 = BundleFileUtil::GetHapFilesFromBundlePath(
|