Lines Matching full:path
146 UPDATE_LOGGER.print_log("Create update package .bin complete! path: %s" % update_bin_obj.name)
198 component_list[idx].size = os.path.getsize(file_path)
201 component_list[idx].original_size = os.path.getsize(file_path)
255 :param opera_script_dict: script file name and path dict
299 :param package_path: update package file path
341 update_exe_path = os.path.join(OPTIONS_MANAGER.target_package_dir, UPDATE_EXE_FILE_NAME)
354 if not os.path.exists(update_exe_path):
355 UPDATE_LOGGER.print_log("updater_binary file does not exist!path: %s" % update_exe_path,
377 signed_package = os.path.join(
380 if os.path.exists(signed_package):
466 :param update_package: update package path
482 update_package_path = os.path.join(
506 if os.path.exists(update_package_path):
509 update_package_path = os.path.join(
511 if os.path.exists(update_package_path):
524 :param file_path : file path
535 if not os.path.exists(file_path):
552 "Get hash content success! path: %s" % file_path)