Home
last modified time | relevance | path

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

/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp70 static bool InitialiseQuotaMounts() in InitialiseQuotaMounts() function
111 if (InitialiseQuotaMounts() != true) { in GetOccupiedSpaceForUid()
135 if (InitialiseQuotaMounts() != true) { in GetOccupiedSpaceForGid()
160 if (InitialiseQuotaMounts() != true) { in GetOccupiedSpaceForPrjId()
210 if (InitialiseQuotaMounts() != true) { in SetBundleQuota()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h211 static bool InitialiseQuotaMounts();
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp962 bool InstalldOperator::InitialiseQuotaMounts() in InitialiseQuotaMounts() function in OHOS::AppExecFwk::InstalldOperator
988 LOG_D(BMS_TAG_INSTALLD, "InitialiseQuotaMounts, mountPoint: %{public}s, device: %{public}s", in InitialiseQuotaMounts()
991 LOG_W(BMS_TAG_INSTALLD, "InitialiseQuotaMounts, Failed to get quotactl, errno: %{public}d", errno); in InitialiseQuotaMounts()
1003 if (!InitialiseQuotaMounts()) { in GetDiskUsageFromQuota()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp1381 * @tc.desc: 1. calling InitialiseQuotaMounts of InstalldOperator
1386 bool ret = InstalldOperator::InitialiseQuotaMounts(); in HWTEST_F()

Completed in 9 milliseconds