OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zygote_run_wait
(Results
1 - 3
of
3
) sorted by null
/system/core/include/cutils/
zygote.h
26
int
zygote_run_wait
(int argc, const char **argv, void (*post_run_func)(int));
/dalvik/dvz/
dvz.c
102
err =
zygote_run_wait
(argc - 1, argv + 1, post_run_func);
/system/core/libcutils/
zygote.c
162
int
zygote_run_wait
(int argc, const char **argv, void (*post_run_func)(int))
function
Completed in 212 milliseconds