Searched refs:gid_map (Results 1 – 3 of 3) sorted by relevance
/third_party/e2fsprogs/contrib/android/ |
D | perms.c | 28 const struct ugid_map* gid_map; member 144 gid = resolve_ugid(params->gid_map, gid); in set_perms_and_caps() 294 const struct ugid_map* gid_map) in __android_configure_fs() argument 308 .gid_map = gid_map, in __android_configure_fs() 333 const struct ugid_map* gid_map) in android_configure_fs() argument 384 uid_map, gid_map);
|
D | perms.h | 42 const struct ugdi_map* gid_map) in android_configure_fs() argument 65 const struct ugid_map* gid_map);
|
D | e2fsdroid.c | 215 struct ugid_map uid_map = { 0, NULL }, gid_map = { 0, NULL }; in main() local 275 if (!parse_ugid_map(optarg, &gid_map)) in main() 333 nr_opt, fs_config_file, fixed_time, &uid_map, &gid_map); in main()
|