Home
last modified time | relevance | path

Searched refs:coverage_command (Results 1 – 5 of 5) sorted by relevance

/test/testfwk/developer_test/localCoverage/resident_service/
Dpull_service_gcda.py60 coverage_command("%s shell chmod 777 /data/gcov -R" % hdc_str)
61 coverage_command("%s shell mount -o rw,remount /" % hdc_str)
63 coverage_command("dos2unix %s" % local_sh_path)
65 coverage_command("%s file send %s %s" % (hdc_str, local_sh_path, "/data/"))
66 coverage_command("%s shell chmod 777 /data/gcov_flush.sh" % hdc_str)
68 coverage_command("%s shell sh /data/gcov_flush.sh %s" % (hdc_str, services_str))
88 coverage_command("%s shell 'cd %s; tar -czf %s.tar.gz %s'" % (
100 coverage_command("%s file recv %s %s" % (
105 coverage_command("tar -zxf %s -C %s > /dev/null 2>&1" % (
107 coverage_command("rm -rf %s" % local_tar)
[all …]
Dinit_gcov.py40 coverage_command("%s file recv /etc/init.cfg %s" % (hdc_str, recv_path))
46 coverage_command("%s file recv /etc/init.cfg %s" % (hdc_str, recv_restores_path))
70 coverage_command("%s shell mount -o rw,remount / > /dev/null 2>&1" % hdc_str)
72 coverage_command("%s file send %s %s" % (hdc_str, cfg_file_path, "/etc/"))
73coverage_command("%s shell param set persist.appspawn.client.timeout 120 > /dev/null 2>&1" % hdc_s…
79 coverage_command("%s shell mount -o rw,remount /" % hdc_str)
82coverage_command("%s shell sed -i 's/enforcing/permissive/g' /system/etc/selinux/config" % hdc_str)
86 coverage_command("%s file recv /system/etc/init/faultloggerd.cfg %s" % (hdc_str, recv_path))
103 coverage_command("%s file send %s %s" % (hdc_str, cfg_file_path, "/system/etc/init/"))
313 coverage_command("%s shell reboot > /dev/null 2>&1" % hdc_str)
[all …]
/test/testfwk/developer_test/localCoverage/
Dcoverage_tools.py27 from utils import get_product_name, coverage_command
105 coverage_command("dos2unix %s" % llvm_gcov_path)
106 coverage_command("chmod 777 %s" % llvm_gcov_path)
110 coverage_command("python3 %s" % tools_path)
143 coverage_command("python3 %s" % innerkits_json_path)
Dutils.py118 def coverage_command(command): function
/test/testfwk/developer_test/localCoverage/interfaceCoverage/
Dget_innerkits_json.py61 from localCoverage.utils import get_product_name, coverage_command, get_target_cpu
72 coverage_command("mkdir -p %s" % json_path)