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

  /external/honggfuzz/libhfuzz/
linux.c 9 bool linuxEnterNs(uintptr_t cloneFlags) {
libhfuzz.h 53 bool linuxEnterNs(uintptr_t cloneFlags);
  /external/honggfuzz/examples/glibc/
resolver.c 29 if (linuxEnterNs(CLONE_NEWUSER | CLONE_NEWNET | CLONE_NEWNS) == false) {

Completed in 2222 milliseconds