Searched refs:commands (Results 1 – 6 of 6) sorted by relevance
3 import commands150 commands.getoutput("git add " + " ".join(adds))153 commands.getoutput("git rm " + " ".join(deletes))158 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:
74 uint64_t __user commands; member
126 uint64_t commands; member
8 import commands657 commands.getoutput("git add " + " ".join(adds))659 commands.getoutput("git rm " + " ".join(deletes))664 …commands.getoutput("git add " + " ".join((os.path.join(bionic_libc_root, file)) for file in edits))666 commands.getoutput("git add %s" % (os.path.join(bionic_libc_root, "SYSCALLS.TXT")))