Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/common/utils/src/
H A Dbundle_file_util.cpp161 bool BundleFileUtil::GetHapFilesFromBundlePath(const std::string &currentBundlePath, 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 Dbundlefileutil_fuzzer.cpp41 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 Dbundle_file_util.h31 …static bool GetHapFilesFromBundlePath(const std::string &currentBundlePath, std::vector<std::strin…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp232 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 Dbundle_util.h94 …static bool GetHapFilesFromBundlePath(const std::string& currentBundlePath, std::vector<std::strin…