OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nsEnter
(Results
1 - 4
of
4
) sorted by null
/external/honggfuzz/libhfcommon/
ns.h
32
bool
nsEnter
(uintptr_t cloneFlags);
ns.c
46
bool
nsEnter
(uintptr_t cloneFlags) {
/external/honggfuzz/libhfuzz/
linux.c
10
return
nsEnter
(cloneFlags);
/external/honggfuzz/libhfnetdriver/
netdriver.c
81
if (!
nsEnter
(CLONE_NEWUSER | CLONE_NEWNET | CLONE_NEWNS | CLONE_NEWIPC | CLONE_NEWUTS)) {
82
LOG_F("
nsEnter
(CLONE_NEWUSER|CLONE_NEWNET|CLONE_NEWNS|CLONE_NEWIPC|CLONE_NEWUTS) failed");
Completed in 163 milliseconds