HomeSort by relevance Sort by last modified time
    Searched full:daemon_exec (Results 1 - 5 of 5) 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
  /device/google/marlin/sepolicy/
cnss-daemon.te 3 type cnss-daemon_exec, exec_type, vendor_file_type, file_type;
file_contexts 105 /vendor/bin/cnss-daemon u:object_r:cnss-daemon_exec:s0
  /external/libdaemon/examples/
testd.c 178 daemon_exec("/", NULL, "/bin/ls", "ls", (char*) NULL);

Completed in 507 milliseconds