Lines Matching refs:rootfs_mp
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)
369 rootfs_mp,
373 rootfs_mp,