Searched refs:commands (Results 1 – 7 of 7) sorted by relevance
3 import commands156 commands.getoutput("git add " + " ".join(adds))159 commands.getoutput("git rm " + " ".join(deletes))164 commands.getoutput("git add " + " ".join(edits))
190 commands = [match.group(1).strip() for match in193 for command in commands:
76 The service will also listen for the following commands:
8 import commands678 commands.getoutput("git add " + " ".join(adds))680 commands.getoutput("git rm " + " ".join(deletes))685 …commands.getoutput("git add " + " ".join((os.path.join(bionic_libc_root, file)) for file in edits))687 commands.getoutput("git add %s" % (os.path.join(bionic_libc_root, "SYSCALLS.TXT")))
65 __u64 commands; member
116 __u64 commands; member
38 and pushed on to the device. The commands below show how to do this.117 NOTE: It is assumed that these commands are executed in adb as the shell user