OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uid_map
(Results
1 - 3
of
3
) sorted by null
/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/
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);
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);
Completed in 7637 milliseconds