Home
last modified time | relevance | path

Searched refs:GetDiskUsageFromPath (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h209 static int64_t GetDiskUsageFromPath(const std::vector<std::string> &path);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp659 * @tc.desc: 1. calling GetDiskUsageFromPath of InstalldOperator
667 auto ret = InstalldOperator::GetDiskUsageFromPath(path); in HWTEST_F()
674 * @tc.desc: 1. calling GetDiskUsageFromPath of InstalldOperator
682 auto ret = InstalldOperator::GetDiskUsageFromPath(path); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp929 int64_t appDataSize = appIndex == 0 ? InstalldOperator::GetDiskUsageFromPath(bundlePath) : 0; in GetBundleStats()
H A Dinstalld_operator.cpp953 int64_t InstalldOperator::GetDiskUsageFromPath(const std::vector<std::string> &path) in GetDiskUsageFromPath() function in OHOS::AppExecFwk::InstalldOperator

Completed in 11 milliseconds