Searched refs:source_path (Results 1 – 4 of 4) sorted by relevance
/test/testfwk/developer_test/localCoverage/push_coverage_so/ |
D | push_coverage.py | 119 source_path = os.path.join(out_path, json_obj["source"]) 120 if source_path.endswith(".so"): 121 so_dict[source_path] = [tmp for tmp in json_obj["dest"] if tmp.startswith("system/")] 138 for source_path, dest_paths in so_dict.items(): 139 if not os.path.exists(source_path): 140 logger("{} not exist.".format(source_path), "ERROR") 144 command = "file send {} {}".format(source_path, full_dest)
|
/test/testfwk/developer_test/aw/python/distributed/ |
D | sample.py | 50 source_path = "%s/%s.xml" % (self.major.test_path, major_target_name) 51 distribute.pull_result(self.major, source_path, self.result_path)
|
/test/testfwk/developer_test/src/core/command/ |
D | distribute_execute.py | 56 source_path = "%s/%s.xml" % (self.major.test_path, major_target_name) 59 distribute.pull_result(self.major, source_path, result)
|
/test/testfwk/developer_test/aw/python/distributed/distribute/ |
D | distribute.py | 123 def pull_result(device, source_path, result_save_path): argument 124 _, file_name = os.path.split(source_path) 125 device.pull_file(source_path, result_save_path)
|