Lines Matching refs:rootfs_mp
369 def GetImageMountCommand(image, rootfs_mp, stateful_mp): argument
376 ' --stateful_mountpt=%s' % (image_dir, image_file, rootfs_mp,
383 rootfs_mp, argument
389 command = GetImageMountCommand(image, rootfs_mp, stateful_mp)
404 _, rootfs_mp, _ = cmd_executer.ChrootRunCommandWOutput(chromeos_root, command)
407 rootfs_mp = rootfs_mp.strip()
409 lsb_release_file = os.path.join(rootfs_mp, 'etc/lsb-release')
414 rootfs_mp,
420 chromeos_root, image, rootfs_mp, stateful_mp, log_level, unmount=True)
427 _, rootfs_mp, _ = cmd_executer.ChrootRunCommandWOutput(chromeos_root, command)
430 rootfs_mp = rootfs_mp.strip()
432 chrome_file = '%s/opt/google/chrome/chrome' % rootfs_mp
437 rootfs_mp,
443 chromeos_root, image, rootfs_mp, stateful_mp, log_level, unmount=True)