OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:execfunction
(Results
1 - 6
of
6
) sorted by null
/system/netd/server/
NatController.h
54
static int (*
execFunction
)(int, char **, int *, bool, bool);
NatController.cpp
44
auto NatController::
execFunction
= android_fork_execvp;
61
res =
execFunction
(argc, (char **)argv, NULL, false, false);
NatControllerTest.cpp
40
NatController::
execFunction
= fake_android_fork_exec;
BandwidthController.h
227
static int (*
execFunction
)(int, char **, int *, bool, bool);
BandwidthControllerTest.cpp
37
BandwidthController::
execFunction
= fake_android_fork_exec;
BandwidthController.cpp
67
auto BandwidthController::
execFunction
= android_fork_execvp;
258
res =
execFunction
(argc, (char **)argv, &status, false,
[
all
...]
Completed in 181 milliseconds