Searched refs:coverage_command (Results 1 – 5 of 5) sorted by relevance
| /test/testfwk/developer_test/local_coverage/resident_service/ |
| D | pull_service_gcda.py | 62 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 …]
|
| D | init_gcov.py | 44 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/")) 81 …coverage_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) 91 …coverage_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/ |
| D | coverage_tools.py | 28 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)
|
| D | utils.py | 118 def coverage_command(command): function
|
| /test/testfwk/developer_test/local_coverage/interface_coverage/ |
| D | get_innerkits_json.py | 67 from local_coverage.utils import get_product_name, coverage_command, get_target_cpu 78 coverage_command("mkdir -p %s" % json_path)
|