Searched refs:commands (Results 1 – 6 of 6) 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 commands662 commands.getoutput("git add " + " ".join(adds))664 commands.getoutput("git rm " + " ".join(deletes))669 …commands.getoutput("git add " + " ".join((os.path.join(bionic_libc_root, file)) for file in edits))671 commands.getoutput("git add %s" % (os.path.join(bionic_libc_root, "SYSCALLS.TXT")))
75 __u64 __user commands; member
129 __u64 commands; member