OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exitApp
(Results
1 - 5
of
5
) sorted by null
/external/selinux/policycoreutils/restorecond/
restorecond.h
36
extern void
exitApp
(const char *msg);
utmpwatcher.c
60
exitApp
("Error reading utmp file.");
73
exitApp
("Error watching utmp file.");
91
exitApp
("Error allocating memory.");
watch.c
48
if (!x)
exitApp
("Out of Memory");
80
if (!ptr)
exitApp
("Out of Memory");
93
exitApp
("Out of Memory");
127
exitApp
("Error allocating memory.");
232
exitApp
("Error allocating memory.");
264
exitApp
("Error reading config file");
273
exitApp
("Error watching config file.");
restorecond.c
126
void
exitApp
(const char *msg)
204
exitApp
("inotify_init");
209
exitApp
("getpwuid");
stringslist.c
49
exitApp
("Out of Memory");
103
void
exitApp
(const char *msg)
Completed in 219 milliseconds