OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uid_map
(Results
1 - 7
of
7
) sorted by null
/external/linux-kselftest/tools/testing/selftests/mount/
Makefile
10
override RUN_TESTS := if [ -f /proc/self/
uid_map
] ; \
14
echo "WARN: No /proc/self/
uid_map
exist, test skipped." ; \
/external/honggfuzz/libcommon/
ns.c
70
char
uid_map
[4096];
local
71
snprintf(
uid_map
, sizeof(
uid_map
), "%d %d 1", (int)current_uid, (int)current_uid);
73
"/proc/self/
uid_map
", (const uint8_t*)
uid_map
, strlen(
uid_map
), O_WRONLY) == false) {
74
PLOG_E("Couldn't write to /proc/self/
uid_map
");
/frameworks/base/cmds/statsd/src/
stats_log.proto
244
optional UidMapping
uid_map
= 2;
/frameworks/base/cmds/statsd/tests/
StatsLogProcessor_test.cpp
163
auto uidmap = output.reports(0).
uid_map
();
statsd_test_util.cpp
689
for (int i = 0 ; i < config_report->
uid_map
().snapshots_size(); ++i) {
707
for (int i = 0 ; i < config_report->
uid_map
().changes_size(); ++i) {
[
all
...]
/prebuilts/go/darwin-x86/src/syscall/
exec_linux.go
498
uidf := "/proc/" + itoa(pid) + "/
uid_map
"
/prebuilts/go/linux-x86/src/syscall/
exec_linux.go
498
uidf := "/proc/" + itoa(pid) + "/
uid_map
"
Completed in 151 milliseconds