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

  /external/selinux/restorecond/
restorecond.h 36 extern void exitApp(const char *msg) __attribute__((__noreturn__));
utmpwatcher.c 60 exitApp("Error reading utmp file.");
73 exitApp("Error watching utmp file.");
91 exitApp("Error allocating memory.");
watch.c 47 if (!x) exitApp("Out of Memory");
82 if (!ptr) exitApp("Out of Memory");
95 exitApp("Out of Memory");
131 exitApp("Error allocating memory.");
237 exitApp("Error allocating memory.");
269 exitApp("Error reading config file");
278 exitApp("Error watching config file.");
restorecond.c 126 void exitApp(const char *msg)
188 exitApp("inotify_init");
193 exitApp("getpwuid");
stringslist.c 49 exitApp("Out of Memory");
103 void exitApp(const char *msg)
  /platform_testing/libraries/app-helpers/common/src/android/platform/test/helpers/common/test/
HelperTest.java 88 exitApp();
103 exitApp();
122 public void exitApp() {

Completed in 2478 milliseconds