Searched refs:rootfs_mp (Results 1 – 1 of 1) sorted by relevance
/external/toolchain-utils/ |
D | image_chromeos.py | 317 def GetImageMountCommand(chromeos_root, image, rootfs_mp, stateful_mp): argument 325 image_file, rootfs_mp, 332 rootfs_mp, argument 337 command = GetImageMountCommand(chromeos_root, image, rootfs_mp, stateful_mp) 348 rootfs_mp = tempfile.mkdtemp() 350 MountImage(chromeos_root, image, rootfs_mp, stateful_mp, log_level) 351 lsb_release_file = os.path.join(rootfs_mp, 'etc/lsb-release') 356 rootfs_mp, 365 rootfs_mp = tempfile.mkdtemp() 367 MountImage(chromeos_root, image, rootfs_mp, stateful_mp, log_level) [all …]
|