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

  /system/extras/runconuid/
runconuid.cpp 54 [[noreturn]] void perror_exit(const char* message) { function
62 perror_exit("Setting context to failed");
72 perror_exit("Setting supplementary groups failed.");
76 perror_exit("Setting group failed.");
80 perror_exit("Setting user failed.");
86 perror_exit("Failed to execve");
101 perror_exit("Could not resolve user ID by name");
116 perror_exit("Could not resolve group ID by name");
165 perror_exit(usage);
173 perror_exit(usage)
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testgesture.c 82 void perror_exit (char *error) function
  /external/toybox/lib/
lib.c 56 void perror_exit(char *msg, ...) function
103 perror_exit("%s", msg);
146 perror_exit("lseek");
153 if (or < 0) perror_exit("lskip to %lld", (long long)offset);
1020 if (!(dp = opendir("/proc"))) perror_exit("no /proc");

Completed in 73 milliseconds