HomeSort by relevance Sort by last modified time
    Searched refs:has_quota (Results 1 - 2 of 2) sorted by null

  /system/vold/
main.cpp 44 static int process_config(VolumeManager* vm, bool* has_adoptable, bool* has_quota,
104 bool has_quota; local
107 if (process_config(vm, &has_adoptable, &has_quota, &has_reserved)) {
130 android::base::SetProperty("vold.has_quota", has_quota ? "1" : "0");
214 static int process_config(VolumeManager* vm, bool* has_adoptable, bool* has_quota,
226 *has_quota = false;
231 *has_quota = true;
  /system/core/fs_mgr/
fs_mgr.cpp 309 bool has_quota = (sb->s_feature_ro_compat & cpu_to_le32(EXT4_FEATURE_RO_COMPAT_QUOTA)) != 0; local
312 if (has_quota == want_quota) {
    [all...]

Completed in 932 milliseconds