Searched refs:temp_path (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_liteos_scann.py | 313 for temp_path in temp_res_list: 314 if temp_path.startswith('$'): 315 replace_finish.append(temp_path) 317 replace_finish.append(os.path.join(path, temp_path)) 374 temp_path = re.search(test_re, i).group()[2:-2] 375 if os.path.exists(self.root + temp_path): 377 temp_path, import_path, 419 def found_import_file_path(self, temp_path, import_path, argument 421 import_info = hdf_utils.read_file_lines(self.root + temp_path)
|
H A D | hdf_add_handler.py | 191 temp_path = self.hdf_tool.get_template_path() 192 template_path = os.path.join(framework_hdf, temp_path) 242 temp_path = self.hdf_tool.get_template_path() 243 template_path = os.path.join(framework_hdf, temp_path) 296 temp_path = self.hdf_tool.get_template_path() 297 template_path = os.path.join(framework_hdf, temp_path)
|
H A D | hdf_get_handler.py | 306 temp_path = os.path.join(self.args.root_dir, value) 307 if os.path.exists(temp_path): 308 config_path[parent_key][key_name] = temp_path
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/ |
H A D | hdf_add_driver.py | 284 temp_path = os.path.sep.join(path_list[:-1]) 285 if not os.path.exists(temp_path): 286 os.makedirs(temp_path) 329 temp_path = os.path.sep.join(path_list[:-1]) 330 if not os.path.exists(temp_path): 331 os.makedirs(temp_path)
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/ |
H A D | hdf_utils.py | 423 def judge_file_path_exists(temp_path): argument 424 if not os.path.exists(temp_path): 426 'path "%s" not exist' % temp_path,
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/hdi_operate/ |
H A D | hdi_add_handler.py | 507 temp_path = "/".join(temp_path_list) 508 return temp_path
|