Home
last modified time | relevance | path

Searched refs:AID_RESERVED_DISK (Results 1 – 5 of 5) sorted by relevance

/system/core/libcutils/include_vndk/cutils/
Dandroid_filesystem_config.h114 #define AID_RESERVED_DISK 1065 /* GID that has access to reserved disk space */ macro
/system/core/libcutils/include/cutils/
Dandroid_filesystem_config.h114 #define AID_RESERVED_DISK 1065 /* GID that has access to reserved disk space */ macro
/system/core/include/private/
Dandroid_filesystem_config.h114 #define AID_RESERVED_DISK 1065 /* GID that has access to reserved disk space */ macro
/system/core/libcutils/include/private/
Dandroid_filesystem_config.h114 #define AID_RESERVED_DISK 1065 /* GID that has access to reserved disk space */ macro
/system/core/fs_mgr/
Dfs_mgr.cpp442 if ((ext4_r_blocks_count(sb) == reserved_blocks) && (sb->s_def_resgid == AID_RESERVED_DISK)) { in tune_reserved_size()
455 auto reserved_gid_str = std::to_string(AID_RESERVED_DISK); in tune_reserved_size()