HomeSort by relevance Sort by last modified time
    Searched refs:check_call (Results 1 - 5 of 5) sorted by null

  /bionic/libc/tools/zoneinfo/
generate 85 subprocess.check_call(['gpg', '--trusted-key=ED97E90E62AA7E34', '--verify',
97 subprocess.check_call(['zic', '-d', 'data', 'extracted/%s' % region])
103 subprocess.check_call(['javac', '-d', '.',
107 subprocess.check_call(['java', 'ZoneCompactor',
  /external/clang/utils/analyzer/
SATestBuild.py 49 from subprocess import check_call, CalledProcessError namespace
187 check_call("chmod +x %s" % ScriptPath, cwd = Dir,
191 check_call(ScriptPath, cwd = Dir, stderr=PBuildLogFile,
223 check_call(SBCommand, cwd = Dir, stderr=PBuildLogFile,
280 check_call(Command, cwd = Dir, stderr=LogFile,
307 check_call(RmCommand, shell=True)
314 check_call(RmCommand, shell=True)
467 check_call(Command, shell=True)
477 check_call(CommitCommand, shell=True)
  /development/build/tools/
mk_sources_zip.py 217 subprocess.check_call(cmd)
  /development/scripts/
stack 70 subprocess.check_call(curlcmd)
  /external/chromium-trace/
systrace-legacy.py 90 subprocess.check_call(atrace_args)

Completed in 300 milliseconds