Searched refs:relatively_path (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/liteos/ |
H A D | gn_file_add_config.py | 140 relatively_path = relatively_path_dict["rk3568"] 142 relatively_path = relatively_path_dict["hi3516"] 144 relatively_path, source_path, head_path, date_replace) 148 def source_hand_file_path(relatively_path, source_path, head_path, date_replace): argument 152 relatively_path)[-1].strip('/') 156 relatively_path)[-1].split('/')[:-1]).strip('/')
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/ |
H A D | hdf_add_driver.py | 410 relatively_path, _ = hdf_utils.ini_file_read_operation( 412 new_mkdir_path = os.path.join(root, relatively_path, device) 417 relatively_path = relatively_path_dict["rk3568"] 419 relatively_path = relatively_path_dict["hi3516"] 421 root, relatively_path, device)
|