Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 14 of 14) sorted by relevance

/system/core/fastbootd/
DAndroid.mk27 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/
Dbuild_verity_metadata.py7 import commands
15 status, output = commands.getstatusoutput(cmd)
/system/core/init/
Dinit_parser.c578 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()
Dinit.h51 struct listnode commands; member
Dparser.c38 list_for_each(node2, &act->commands) { in DUMP()
Dsignal_handler.c121 list_for_each(node, &svc->onrestart.commands) { in wait_for_one_process()
Dinit.c520 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()
Dreadme.txt16 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/
DOVERVIEW.TXT10 - 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
DSERVICES.TXT247 of the forwarding commands that are described above, as in:
Dprotocol.txt230 bootloader commands.
/system/netd/server/
DBandwidthController.h140 int runCommands(int numCommands, const char *commands[], RunCmdErrHandling cmdErrHandling);
DBandwidthController.cpp287 int BandwidthController::runCommands(int numCommands, const char *commands[], in runCommands() argument
296 res = runIpxtablesCmd(commands[cmdNum], IptJumpNoAdd, failureLogging); in runCommands()
/system/core/fastboot/
Dfastboot_protocol.txt106 specification. OEM-specific commands should not begin with a