OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:make_exec_oneshot_service
(Results
1 - 4
of
4
) sorted by null
/system/core/init/
init_parser.h
37
service*
make_exec_oneshot_service
(int argc, char** argv);
init_parser_test.cpp
30
ASSERT_EQ(nullptr,
make_exec_oneshot_service
(0, argv));
34
ASSERT_EQ(nullptr,
make_exec_oneshot_service
(1, argv));
38
ASSERT_EQ(nullptr,
make_exec_oneshot_service
(2, argv));
54
ASSERT_EQ(nullptr,
make_exec_oneshot_service
(argc, argv));
80
service* svc =
make_exec_oneshot_service
(argc, argv);
builtins.cpp
155
service* svc =
make_exec_oneshot_service
(nargs, args);
init_parser.cpp
668
service*
make_exec_oneshot_service
(int nargs, char** args) {
function
Completed in 506 milliseconds