Lines Matching refs:join
71 _REMOTE_BOOT_IMAGE_PATH = remote_path.join(_REMOTE_EXTRA_IMAGE_DIR, "boot.img")
72 _REMOTE_VENDOR_BOOT_IMAGE_PATH = remote_path.join(
74 _REMOTE_VBMETA_IMAGE_PATH = remote_path.join(
76 _REMOTE_KERNEL_IMAGE_PATH = remote_path.join(
78 _REMOTE_INITRAMFS_IMAGE_PATH = remote_path.join(
80 _REMOTE_SUPER_IMAGE_PATH = remote_path.join(
125 _LOCAL_LOG_DIR_FORMAT = os.path.join(
128 _REMOTE_RUNTIME_DIR_FORMAT = remote_path.join(
212 images_path = os.path.join(image_dir, "required_images")
222 os.path.join(image_dir, file_name)))
287 vendor_boot_image_path = os.path.join(search_path, _VENDOR_BOOT_IMAGE_NAME)
304 paths = [os.path.join(search_path, name) for name in _KERNEL_IMAGE_NAMES]
308 initramfs_image_path = os.path.join(search_path, _INITRAMFS_IMAGE_NAME)
338 remote_path.join(remote_image_dir, _REMOTE_EXTRA_IMAGE_DIR))
361 remote_kernel_image_path = remote_path.join(
363 remote_initramfs_image_path = remote_path.join(
371 remote_boot_image_path = remote_path.join(
377 remote_vendor_boot_image_path = remote_path.join(
409 path = os.path.join(search_path, name)
482 remote_vbmeta_image_path = remote_path.join(remote_image_dir,
535 remote_path.join(remote_image_dir, _REMOTE_EXTRA_IMAGE_DIR))
537 _MixSuperImage(os.path.join(super_image_dir, _SUPER_IMAGE_NAME),
542 vbmeta_image_path = os.path.join(super_image_dir, "vbmeta.img")
562 remote_super_image_path = remote_path.join(remote_image_dir,
587 home = remote_path.join("$HOME", remote_dir)
588 stop_cvd_path = remote_path.join(remote_dir, "bin", "stop_cvd")
661 remote_link = remote_path.join(remote_dir, _IMAGE_DIR_LINK_NAME)
689 remote_link = remote_path.join(remote_dir, _IMAGE_DIR_LINK_NAME)
820 remote_path.join(remote_image_dir, constants.ANDROID_INFO_FILE))
911 cmd = ["HOME=" + remote_path.join("$HOME", remote_dir),
912 remote_path.join(remote_dir, "bin", "launch_cvd"),
916 return " ".join(cmd)
963 runtime_dir = remote_path.join(
967 return [remote_path.join(remote_dir,
975 remote_path.join(remote_dir, constants.REMOTE_LOG_FOLDER)]
977 remote_path.join(remote_dir,
994 remote_path.join(remote_image_dir, "fetcher_config.json"),
1009 return report.LogFile(remote_path.join(runtime_dir, "tombstones"),
1091 log_path = os.path.join(parent_dir, file_name)
1109 console_path = remote_path.join(remote_dir, "cuttlefish_runtime",
1179 misc_info_path = os.path.join(image_dir, _MISC_INFO_FILE_NAME)
1182 misc_info_path = os.path.join(image_dir, _TARGET_FILES_META_DIR_NAME,
1206 if glob.glob(os.path.join(image_dir, "*.img")):
1208 subdir = os.path.join(image_dir, _TARGET_FILES_IMAGES_DIR_NAME)
1209 if glob.glob(os.path.join(subdir, "*.img")):
1245 image_path = os.path.join(image_dir, image_name)