Home
last modified time | relevance | path

Searched refs:rootfs_mp (Results 1 – 1 of 1) sorted by relevance

/external/toolchain-utils/
Dimage_chromeos.py362 def GetImageMountCommand(chromeos_root, image, rootfs_mp, stateful_mp): argument
369 ' --stateful_mountpt=%s' % (image_dir, image_file, rootfs_mp,
376 rootfs_mp, argument
382 command = GetImageMountCommand(chromeos_root, image, rootfs_mp, stateful_mp)
397 _, rootfs_mp, _ = cmd_executer.ChrootRunCommandWOutput(chromeos_root, command)
400 rootfs_mp = rootfs_mp.strip()
402 lsb_release_file = os.path.join(rootfs_mp, 'etc/lsb-release')
408 rootfs_mp,
414 chromeos_root, image, rootfs_mp, stateful_mp, log_level, unmount=True)
421 _, rootfs_mp, _ = cmd_executer.ChrootRunCommandWOutput(chromeos_root, command)
[all …]