Home
last modified time | relevance | path

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

/test/testfwk/developer_test/local_coverage/resident_service/
Dpull_service_gcda.py62 coverage_command("%s shell chmod 777 /data/gcov -R" % hdc_str)
63 coverage_command("%s shell mount -o rw,remount /" % hdc_str)
64 coverage_command("%s target mount" % hdc_str)
66 coverage_command("dos2unix %s" % local_sh_path)
68 coverage_command("%s file send %s %s" % (hdc_str, local_sh_path, "/data/"))
69 coverage_command("%s shell chmod 777 /data/gcov_flush.sh" % hdc_str)
71 coverage_command("%s shell sh /data/gcov_flush.sh %s" % (hdc_str, services_str))
91 coverage_command("%s shell 'cd %s; tar -czf %s.tar.gz %s'" % (
103 coverage_command("%s file recv %s %s" % (
108 coverage_command("tar -zxf %s -C %s > /dev/null 2>&1" % (
[all …]
Dinit_gcov.py44 coverage_command("%s file recv /etc/init.cfg %s" % (hdc_str, recv_path))
50 coverage_command("%s file recv /etc/init.cfg %s" % (hdc_str, recv_restores_path))
76 coverage_command("%s shell mount -o rw,remount / > /dev/null 2>&1" % hdc_str)
78 coverage_command("%s target mount" % hdc_str)
80 coverage_command("%s file send %s %s" % (hdc_str, cfg_file_path, "/etc/"))
81coverage_command("%s shell param set persist.appspawn.client.timeout 120 > /dev/null 2>&1" % hdc_s…
87 coverage_command("%s shell mount -o rw,remount /" % hdc_str)
89 coverage_command("%s target mount" % hdc_str)
91coverage_command("%s shell sed -i 's/enforcing/permissive/g' /system/etc/selinux/config" % hdc_str)
95 coverage_command("%s file recv /system/etc/init/faultloggerd.cfg %s" % (hdc_str, recv_path))
[all …]
/test/testfwk/developer_test/local_coverage/
Dcoverage_tools.py28 from utils import get_product_name, coverage_command
111 coverage_command("dos2unix %s" % llvm_gcov_path)
112 coverage_command("chmod 777 %s" % llvm_gcov_path)
116 coverage_command("python3 %s" % tools_path)
149 coverage_command("python3 %s" % innerkits_json_path)
Dutils.py118 def coverage_command(command): function
/test/testfwk/developer_test/local_coverage/interface_coverage/
Dget_innerkits_json.py67 from local_coverage.utils import get_product_name, coverage_command, get_target_cpu
78 coverage_command("mkdir -p %s" % json_path)