Lines Matching refs:os
18 import os
206 component_list[idx].size = os.path.getsize(file_path)
209 component_list[idx].original_size = os.path.getsize(file_path)
350 update_exe_path = os.path.join(OPTIONS_MANAGER.target_package_dir,
352 if not os.path.exists(update_exe_path):
410 update_package_path = os.path.join(
432 signed_package = os.path.join(
435 if os.path.exists(signed_package):
436 os.remove(signed_package)
448 if os.path.exists(update_package_path):
449 os.remove(update_package_path)
451 update_package_path = os.path.join(
453 if os.path.exists(update_package_path):
454 os.remove(update_package_path)
477 if not os.path.exists(file_path):