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
150 commands.getoutput("git add " + " ".join(adds))
153 commands.getoutput("git rm " + " ".join(deletes))
158 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/kernel/uapi/drm/
Dqxl_drm.h74 uint64_t __user commands; member
Dvmwgfx_drm.h126 uint64_t commands; member
/bionic/libc/tools/
Dgensyscalls.py8 import commands
657 commands.getoutput("git add " + " ".join(adds))
659 commands.getoutput("git rm " + " ".join(deletes))
664commands.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")))