Lines Matching refs:path
53 file_path = os.path.join(longcommand_path, sh_file_name)
62 def is_exist_target_in_device(device, path, target):
63 command = "ls -l %s | grep %s" % (path, target)
74 cxx_cov_path = os.path.abspath(os.path.join(
83 if not os.path.exists(cxx_cov_path):
87 src_file_tar = os.path.join(DEVICE_TEST_PATH, "%s.tar.gz" % target_name)
89 tar_path = os.path.join(cxx_cov_path, "%s.tar.gz" % target_name)
122 case_dir, file_name = os.path.split(suite_file)
124 os.makedirs(os.path.join(result_path, "temp", dst_dir), exist_ok=True)
128 dir=os.path.join(result_path, "temp", dst_dir))
159 os.path.join(DEVICE_TEST_PATH, sh_file_name),
160 os.path.join(DEVICE_TEST_PATH, "agent.log"))
163 os.path.join(DEVICE_TEST_PATH, sh_file_name))
169 if os.path.exists(long_command_path):