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

1 2 3 4

  /external/autotest/client/site_tests/security_Minijail0/src/
mountns-enter.py 15 ret = subprocess.check_call(["mount", "tmpfs", tmpdir, "-t", "tmpfs"])
25 subprocess.check_call("umount %s" % tmpdir, shell=True)
  /external/autotest/client/site_tests/platform_DBusMachineIdRotation/
platform_DBusMachineIdRotation.py 41 subprocess.check_call(['cros-machine-id-regen', '-r', 'network',
51 subprocess.check_call(['cros-machine-id-regen', '-r', 'network',
60 subprocess.check_call(['cros-machine-id-regen', '-r', 'periodic',
70 subprocess.check_call(['cros-machine-id-regen', '-r', 'periodic',
85 subprocess.check_call(['cros-machine-id-regen', '-r', 'network',
  /external/icu/tools/
updateicudata.py 31 subprocess.check_call(['%s/runConfigureICU' % icu4c_dir, 'Linux'])
57 subprocess.check_call(['make'])
73 subprocess.check_call(['make', 'INCLUDE_UNI_CORE_DATA=1', '-j32'])
87 subprocess.check_call(['make', 'icu4j-data'])
update-tzdata.py 103 subprocess.check_call(['gpg', '--trusted-key=ED97E90E62AA7E34', '--verify',
120 subprocess.check_call(zic_cmd)
125 subprocess.check_call(['javac', '-d', '.',
127 subprocess.check_call(['java', 'ZoneCompactor',
  /ndk/tests/
prepare-buildbot-emulators.py 51 subprocess.check_call(['curl', '-O', url])
53 subprocess.check_call(['tar', 'xf', package_name])
55 subprocess.check_call(['unzip', package_name])
82 subprocess.check_call(cmd)
adb.py 25 subprocess.check_call(['adb', 'push', src, dst], stdout=dev_null,
  /tools/test/connectivity/acts/framework/tests/
acts_integration_test.py 27 subprocess.check_call([cmd], shell=True)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
desktop_platform_backend.py 24 subprocess.check_call([flush_command, '--recurse', directory])
  /external/chromium-trace/catapult/third_party/vinn/bin/
update_v8 107 subprocess.check_call('fetch v8', shell=True)
109 subprocess.check_call('git checkout {0}'.format(v8_version), shell=True)
114 subprocess.check_call(
116 subprocess.check_call(V8_COMPILE_CMD, shell=True)
118 subprocess.check_call(V8_STRIP_CMD, shell=True)
  /external/clang/
update-prebuilts.py 106 subprocess.check_call(
115 subprocess.check_call(cmd)
124 subprocess.check_call(
133 subprocess.check_call(['git', 'add', install_subdir])
149 subprocess.check_call(['git', 'commit', '-m', message])
  /external/pdfium/testing/tools/
run_javascript_tests.py 30 subprocess.check_call(
37 subprocess.check_call(cmd_to_run, stdout=outfile)
38 subprocess.check_call(
run_pixel_tests.py 38 subprocess.check_call(
44 subprocess.check_call(cmd_to_run)
  /bionic/libc/tools/
ndk_missing_symbols.py 26 subprocess.check_call(['adb', 'pull', src, dst],
  /external/autotest/client/site_tests/network_ModemManagerSMS/
network_ModemManagerSMS.py 94 subprocess.check_call(["modprobe", "tun"])
95 subprocess.check_call(["initctl", "stop", "modemmanager"])
106 subprocess.check_call(["initctl", "start", "modemmanager"])
107 subprocess.check_call(["rmmod", "tun"])
  /external/clang/utils/perf-training/
perf-helper.py 36 subprocess.check_call(cmd)
  /external/skia/tools/
llvm_coverage_run.py 36 subprocess.check_call(
git-sync-deps 122 subprocess.check_call(
143 subprocess.check_call([git, 'fetch', '--quiet'], cwd=directory)
147 subprocess.check_call(
149 subprocess.check_call([git, 'fetch', '--quiet'], cwd=directory)
150 subprocess.check_call([git, 'checkout', '--quiet'], cwd=directory)
  /external/v8/build/
download_gold_plugin.py 73 subprocess.check_call(['python', GSUTIL_PATH,
76 subprocess.check_call(['tar', 'xzf', targz_name])
  /external/v8/third_party/binutils/
download.py 76 subprocess.check_call([
91 subprocess.check_call(['tar', 'axf', tarball], cwd=outdir)
  /external/autotest/client/bin/
update_intel_pci_ids 56 sp.check_call(cmd, shell=True)
  /external/autotest/client/site_tests/network_ModemManagerSMSSignal/
network_ModemManagerSMSSignal.py 129 subprocess.check_call(["modprobe", "tun"])
130 subprocess.check_call(["initctl", "stop", "modemmanager"])
154 subprocess.check_call(["initctl", "start", "modemmanager"])
155 subprocess.check_call(["rmmod", "tun"])
  /external/autotest/contrib/
db_optimize.py 40 subprocess.check_call(command)
  /external/skia/tools/lua/
find_ngrams_on_ct 53 subprocess.check_call(cmd)
  /external/webrtc/webrtc/build/
merge_libs.py 83 subprocess.check_call(cmd, shell=True)
  /ndk/build/tools/
build-llvm.py 69 subprocess.check_call(args)

Completed in 1974 milliseconds

1 2 3 4