Home
last modified time | relevance | path

Searched refs:GetPathDir (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/include/
H A Dbundle_file_utils.h40 static std::string GetPathDir(const std::string &path);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_daemon_handler.cpp82 const std::string dir = BundleFileUtils::GetPathDir(fileName); in ExtractHap()
172 const std::string dir = BundleFileUtils::GetPathDir(filePath); in StoreContentToFile()
H A Dbundle_file_utils.cpp188 std::string BundleFileUtils::GetPathDir(const std::string &path) in GetPathDir() function in OHOS::BundleFileUtils
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h170 static std::string GetPathDir(const std::string &path);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp545 std::string dir = GetPathDir(path); in ExtractTargetHnpFile()
631 std::string dir = GetPathDir(path); in ExtractTargetFile()
757 std::string InstalldOperator::GetPathDir(const std::string &path) in GetPathDir() function in OHOS::AppExecFwk::InstalldOperator
1235 …std::string subNewSoPath = GetPathDir(newSoPath + ServiceConstants::PATH_SEPARATOR + relativePath); in ScanSoFiles()
1752 const std::string relativeDir = GetPathDir(entryName); in ExtractResourceFiles()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp993 auto ret = InstalldOperator::GetPathDir("");
1004 auto ret = InstalldOperator::GetPathDir("/data/");