Searched refs:currentBundlePath (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/common/utils/src/ |
H A D | bundle_file_util.cpp | 161 bool BundleFileUtil::GetHapFilesFromBundlePath(const std::string ¤tBundlePath, in GetHapFilesFromBundlePath() argument 164 APP_LOGD("GetHapFilesFromBundlePath with path is %{public}s", currentBundlePath.c_str()); in GetHapFilesFromBundlePath() 165 if (currentBundlePath.empty()) { in GetHapFilesFromBundlePath() 168 DIR* dir = opendir(currentBundlePath.c_str()); in GetHapFilesFromBundlePath() 173 currentBundlePath.c_str(), errMsg, errno); in GetHapFilesFromBundlePath() 176 std::string bundlePath = currentBundlePath; in GetHapFilesFromBundlePath()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlefileutil_fuzzer/ |
H A D | bundlefileutil_fuzzer.cpp | 41 std::string currentBundlePath (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() 43 hapFileList.push_back(currentBundlePath); in DoSomethingInterestingWithMyAPI()
|
/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/services/bundlemgr/src/ |
H A D | bundle_util.cpp | 232 bool BundleUtil::GetHapFilesFromBundlePath(const std::string& currentBundlePath, std::vector<std::s… in GetHapFilesFromBundlePath() argument 234 APP_LOGD("GetHapFilesFromBundlePath with path is %{public}s", currentBundlePath.c_str()); in GetHapFilesFromBundlePath() 235 if (currentBundlePath.empty()) { in GetHapFilesFromBundlePath() 238 DIR* dir = opendir(currentBundlePath.c_str()); in GetHapFilesFromBundlePath() 243 currentBundlePath.c_str(), errMsg, errno); in GetHapFilesFromBundlePath() 246 std::string bundlePath = currentBundlePath; in GetHapFilesFromBundlePath()
|
/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…
|