Home
last modified time | relevance | path

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

/bionic/libc/kernel/tools/
Dutils.py3 import commands
156 commands.getoutput("git add " + " ".join(adds))
159 commands.getoutput("git rm " + " ".join(deletes))
164 commands.getoutput("git add " + " ".join(edits))
/bionic/tools/bionicbb/
Dpresubmit.py190 commands = [match.group(1).strip() for match in
193 for command in commands:
DREADME.md76 The service will also listen for the following commands:
/bionic/libc/tools/
Dgensyscalls.py8 import commands
662 commands.getoutput("git add " + " ".join(adds))
664 commands.getoutput("git rm " + " ".join(deletes))
669commands.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")))
/bionic/libc/kernel/uapi/drm/
Dqxl_drm.h75 __u64 __user commands; member
Dvmwgfx_drm.h129 __u64 commands; member