Lines Matching full:path
34 operation_path = os.path.dirname(os.path.realpath(__file__))
47 SO_PATH = os.path.join(operation_path, 'lib/libpackage.so')
48 SO_PATH_L1 = os.path.join(operation_path, 'lib/libpackageL1.so')
49 DIFF_EXE_PATH = os.path.join(operation_path, 'lib/diff')
50 E2FSDROID_PATH = os.path.join(operation_path, 'lib/e2fsdroid')
224 :param package_path: zip package path
237 os.mkdir(os.path.join(tmp_dir, name))
239 ext_filename = os.path.join(
246 "Unzip package failed! path: %s" % package_path,
251 unzip_dir = os.path.join(tmp_dir, tmp_dir_list[0])
264 '%s package unzip complete! path: %s' % (origin.title(), unzip_dir))
271 Split the image name by image path
283 mbn_path = os.path.join(mbn_dir, soft_version_file)
284 if os.path.exists(mbn_path):
292 :param xml_path: XML configuration file path
298 if os.path.exists(xml_path):
302 UPDATE_LOGGER.print_log("XML file does not exist! xml path: %s" % xml_path, UPDATE_LOGGER.ERROR_LOG)
341 tem_path = os.path.join(OPTIONS_MANAGER.target_package_dir, component.get("#text", None))
370 :param xml_path: XML configuration file path
373 if os.path.exists(xml_path):
377 UPDATE_LOGGER.print_log("XML file does not exist! xml path: %s" %
398 os.path.join(OPTIONS_MANAGER.target_package_dir,
566 if make_dir_path is not None and os.path.exists(make_dir_path):
570 os.path.exists(update_package_file_path):
581 :param file_path: file path
585 if not os.path.exists(file_path):
587 "%s is not exist! path: %s" % (file_name, file_path),
593 "%s file parsing complete! path: %s" % (file_name, file_path))
604 OPTIONS_MANAGER.version_mbn_file_path = os.path.join(
608 OPTIONS_MANAGER.version_mbn_file_path, os.path.basename(
609 os.path.join(OPTIONS_MANAGER.target_package_config_dir,
617 OPTIONS_MANAGER.board_list_file_path = os.path.join(
621 OPTIONS_MANAGER.board_list_file_path, os.path.basename(
622 os.path.join(OPTIONS_MANAGER.target_package_config_dir,
630 xml_file_path = os.path.join(