Searched refs:commands (Results 1 - 9 of 9) sorted by relevance

/system/core/fastbootd/
H A 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/
H A Dbuild_verity_metadata.py7 import commands namespace
15 status, output = commands.getstatusoutput(cmd)
/system/core/init/
H A Dinit.h28 /* list of commands in an action */
51 struct listnode commands; member in struct:action
H A Dparser.c38 list_for_each(node2, &act->commands) {
H A Dsignal_handler.c120 /* Execute all onrestart commands for this service. */
121 list_for_each(node, &svc->onrestart.commands) {
H A Dinit_parser.c578 list_init(&act->commands);
585 list_add_tail(&act->commands, &cmd->clist);
646 list_init(&svc->onrestart.commands);
755 list_add_tail(&svc->onrestart.commands, &cmd->clist);
839 list_init(&act->commands);
875 list_add_tail(&act->commands, &cmd->clist);
H A Dinit.c520 node = list_head(&act->commands);
521 if (!node || list_empty(&act->commands))
533 if (node == &act->commands)
541 return (list_tail(&act->commands) == &cmd->clist);
/system/netd/server/
H A DBandwidthController.h140 int runCommands(int numCommands, const char *commands[], RunCmdErrHandling cmdErrHandling);
H A DBandwidthController.cpp130 /* The cleanup commands assume flushing has been done. */
287 int BandwidthController::runCommands(int numCommands, const char *commands[], argument
294 ALOGV("runCommands(): %d commands", numCommands);
296 res = runIpxtablesCmd(commands[cmdNum], IptJumpNoAdd, failureLogging);

Completed in 114 milliseconds