Home
last modified time | relevance | path

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

/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);
/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
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h158 static std::string GetPathDir(const std::string &path);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp432 std::string dir = GetPathDir(path); in ExtractTargetHnpFile()
518 std::string dir = GetPathDir(path); in ExtractTargetFile()
646 std::string InstalldOperator::GetPathDir(const std::string &path) in GetPathDir() function in OHOS::AppExecFwk::InstalldOperator
1113 std::string subNewSoPath = GetPathDir(newSoPath + ServiceConstants::PATH_SEPARATOR + relativePath); in ScanSoFiles()
1632 const std::string relativeDir = GetPathDir(entryName); in ExtractResourceFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp1028 * @tc.desc: 1. calling GetPathDir of InstalldOperator
1032 auto ret = InstalldOperator::GetPathDir(""); in HWTEST_F()
1039 * @tc.desc: 1. calling GetPathDir of InstalldOperator
1043 auto ret = InstalldOperator::GetPathDir("/data/"); in HWTEST_F()
1906 std::string dir = InstalldOperator::GetPathDir(targetPath); in HWTEST_F()

Completed in 9 milliseconds