OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:daemon_exec
(Results
1 - 6
of
6
) sorted by null
/external/libdaemon/libdaemon/
dexec.h
41
/** This variable is defined to 1 iff
daemon_exec
() is supported.
43
* @see
daemon_exec
() */
68
int
daemon_exec
(const char *dir, int *ret, const char *prog, ...) DAEMON_GCC_SENTINEL;
75
/** The same as
daemon_exec
, but without variadic arguments
dexec.c
223
int
daemon_exec
(const char *dir, int *ret, const char *prog, ...) {
function
/external/libdaemon/examples/
testd.c
178
daemon_exec
("/", NULL, "/bin/ls", "ls", (char*) NULL);
/packages/services/Car/car_product/sepolicy/
file_contexts
68
/system/bin/mm-pp-daemon u:object_r:mm-pp-
daemon_exec
:s0
/external/avahi/avahi-dnsconfd/
main.c
278
if (
daemon_exec
("/", &ret, AVAHI_DNSCONF_SCRIPT, AVAHI_DNSCONF_SCRIPT, new ? "+" : "-", address, ia, pa, avahi_proto_to_string(protocol), NULL) < 0)
/external/avahi/avahi-autoipd/
main.c
853
if (
daemon_exec
("/", &k,
[
all
...]
Completed in 224 milliseconds