Home
last modified time | relevance | path

Searched refs:mQuotaReverseMounts (Results 1 - 2 of 2) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp57 static std::map<std::string, std::string> mQuotaReverseMounts; member
73 mQuotaReverseMounts.clear(); in InitialiseQuotaMounts()
91 mQuotaReverseMounts[target] = source; in InitialiseQuotaMounts()
102 if (mQuotaReverseMounts.find(target) != mQuotaReverseMounts.end()) { in GetQuotaSrcMountPath()
103 return mQuotaReverseMounts[target]; in GetQuotaSrcMountPath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp92 static std::map<std::string, std::string> mQuotaReverseMounts; member
964 mQuotaReverseMounts.clear(); in InitialiseQuotaMounts()
987 mQuotaReverseMounts[mountPoint] = device; in InitialiseQuotaMounts()
1002 if (mQuotaReverseMounts.find(QUOTA_DEVICE_DATA_PATH) == mQuotaReverseMounts.end()) { in GetDiskUsageFromQuota()
1008 device = mQuotaReverseMounts[QUOTA_DEVICE_DATA_PATH]; in GetDiskUsageFromQuota()

Completed in 5 milliseconds