Searched refs:commands (Results 1 – 14 of 14) sorted by relevance
/system/core/fastbootd/ |
D | Android.mk | 27 commands.c \ 28 commands/boot.c \ 29 commands/flash.c \ 30 commands/partitions.c \ 31 commands/virtual_partitions.c \ 67 commands/partitions.c \
|
/system/extras/verity/ |
D | build_verity_metadata.py | 7 import commands 15 status, output = commands.getstatusoutput(cmd)
|
/system/core/init/ |
D | init_parser.c | 578 list_init(&act->commands); in queue_builtin_action() 585 list_add_tail(&act->commands, &cmd->clist); in queue_builtin_action() 646 list_init(&svc->onrestart.commands); in parse_service() 755 list_add_tail(&svc->onrestart.commands, &cmd->clist); in parse_line_service() 839 list_init(&act->commands); in parse_action() 875 list_add_tail(&act->commands, &cmd->clist); in parse_line_action()
|
D | init.h | 51 struct listnode commands; member
|
D | parser.c | 38 list_for_each(node2, &act->commands) { in DUMP()
|
D | signal_handler.c | 121 list_for_each(node, &svc->onrestart.commands) { in wait_for_one_process()
|
D | init.c | 520 node = list_head(&act->commands); in get_first_command() 521 if (!node || list_empty(&act->commands)) in get_first_command() 533 if (node == &act->commands) in get_next_command() 541 return (list_tail(&act->commands) == &cmd->clist); in is_last_command()
|
D | readme.txt | 16 Actions and Services implicitly declare a new section. All commands 27 Actions are named sequences of commands. Actions have a trigger which 36 "between" the execution of the commands in activities. 141 as unlike the builtin commands, it runs the risk of getting
|
/system/core/adb/ |
D | OVERVIEW.TXT | 10 - implement various control commands (e.g. "adb shell", "adb pull", etc..) 12 DDMS). These commands are what is called a 'service' in ADB. 48 The 'adb' command-line program is used to run adb commands from a shell
|
D | SERVICES.TXT | 247 of the forwarding commands that are described above, as in:
|
D | protocol.txt | 230 bootloader commands.
|
/system/netd/server/ |
D | BandwidthController.h | 140 int runCommands(int numCommands, const char *commands[], RunCmdErrHandling cmdErrHandling);
|
D | BandwidthController.cpp | 287 int BandwidthController::runCommands(int numCommands, const char *commands[], in runCommands() argument 296 res = runIpxtablesCmd(commands[cmdNum], IptJumpNoAdd, failureLogging); in runCommands()
|
/system/core/fastboot/ |
D | fastboot_protocol.txt | 106 specification. OEM-specific commands should not begin with a
|