HomeSort by relevance Sort by last modified time
    Searched defs:gid_map (Results 1 - 3 of 3) sorted by null

  /external/honggfuzz/libhfcommon/
ns.c 65 char gid_map[4096]; local
66 snprintf(gid_map, sizeof(gid_map), "%d %d 1", (int)current_gid, (int)current_gid);
68 "/proc/self/gid_map", (const uint8_t*)gid_map, strlen(gid_map), O_WRONLY) == false) {
69 PLOG_E("Couldn't write to /proc/self/gid_map");
  /external/e2fsprogs/contrib/android/
e2fsdroid.c 212 struct ugid_map uid_map = { 0, NULL }, gid_map = { 0, NULL }; local
272 if (!parse_ugid_map(optarg, &gid_map))
329 nr_opt, fs_config_file, fixed_time, &uid_map, &gid_map);
perms.c 27 const struct ugid_map* gid_map; member in struct:inode_params
143 gid = resolve_ugid(params->gid_map, gid);
293 const struct ugid_map* gid_map)
307 .gid_map = gid_map,
332 const struct ugid_map* gid_map)
374 uid_map, gid_map);

Completed in 95 milliseconds