Home
last modified time | relevance | path

Searched refs:has_quota (Results 1 – 2 of 2) sorted by relevance

/system/vold/
Dmain.cpp45 static int process_config(VolumeManager* vm, bool* has_adoptable, bool* has_quota,
105 bool has_quota; in main() local
108 if (process_config(vm, &has_adoptable, &has_quota, &has_reserved)) { in main()
133 android::base::SetProperty("vold.has_quota", has_quota ? "1" : "0"); in main()
216 static int process_config(VolumeManager* vm, bool* has_adoptable, bool* has_quota, in process_config() argument
227 *has_quota = false; in process_config()
231 *has_quota = true; in process_config()
/system/core/fs_mgr/
Dfs_mgr.cpp357 bool has_quota = (sb->s_feature_ro_compat & cpu_to_le32(EXT4_FEATURE_RO_COMPAT_QUOTA)) != 0; in tune_quota() local
360 if (has_quota == want_quota) { in tune_quota()