Searched refs:gid_map (Results 1 – 5 of 5) sorted by relevance
/external/honggfuzz/libhfcommon/ |
D | ns.c | 65 char gid_map[4096]; in nsEnter() local 66 snprintf(gid_map, sizeof(gid_map), "%d %d 1", (int)current_gid, (int)current_gid); in nsEnter() 68 "/proc/self/gid_map", (const uint8_t*)gid_map, strlen(gid_map), O_WRONLY) == false) { in nsEnter()
|
/external/e2fsprogs/contrib/android/ |
D | perms.c | 27 const struct ugid_map* gid_map; member 143 gid = resolve_ugid(params->gid_map, gid); in set_perms_and_caps() 293 const struct ugid_map* gid_map) in __android_configure_fs() argument 307 .gid_map = gid_map, in __android_configure_fs() 332 const struct ugid_map* gid_map) in android_configure_fs() argument 374 uid_map, gid_map); in android_configure_fs()
|
D | perms.h | 42 const struct ugdi_map* gid_map) in android_configure_fs() argument 62 const struct ugid_map* gid_map);
|
D | e2fsdroid.c | 212 struct ugid_map uid_map = { 0, NULL }, gid_map = { 0, NULL }; in main() local 272 if (!parse_ugid_map(optarg, &gid_map)) in main() 330 nr_opt, fs_config_file, fixed_time, &uid_map, &gid_map); in main()
|
/external/crosvm/io_jail/src/ |
D | lib.rs | 360 pub fn gidmap(&mut self, gid_map: &str) -> Result<()> { in gidmap() 362 CString::new(gid_map).map_err(|_| Error::StrToCString(gid_map.to_owned()))?; in gidmap()
|