/external/linux-kselftest/tools/testing/selftests/mount/ |
run_tests.sh | 7 if [ -f /proc/self/uid_map ] ; then 10 echo "WARN: No /proc/self/uid_map exist, test skipped." ;
|
/external/honggfuzz/libhfcommon/ |
ns.c | 73 char uid_map[4096]; local 74 snprintf(uid_map, sizeof(uid_map), "%d %d 1", (int)current_uid, (int)current_uid); 76 "/proc/self/uid_map", (const uint8_t*)uid_map, strlen(uid_map), O_WRONLY) == false) { 77 PLOG_E("Couldn't write to /proc/self/uid_map");
|
/external/e2fsprogs/contrib/android/ |
perms.h | 41 const struct ugid_map* uid_map, 61 const struct ugid_map* uid_map,
|
perms.c | 26 const struct ugid_map* uid_map; member in struct:inode_params 142 uid = resolve_ugid(params->uid_map, uid); 292 const struct ugid_map* uid_map, 306 .uid_map = uid_map, 331 const struct ugid_map* uid_map, 374 uid_map, gid_map);
|
e2fsdroid.c | 212 struct ugid_map uid_map = { 0, NULL }, gid_map = { 0, NULL }; local 267 if (!parse_ugid_map(optarg, &uid_map)) 329 nr_opt, fs_config_file, fixed_time, &uid_map, &gid_map);
|
/external/syzkaller/pkg/csource/ |
generated.go | [all...] |