Searched refs:rootfs_mp (Results 1 – 1 of 1) sorted by relevance
/external/toolchain-utils/ |
D | image_chromeos.py | 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) [all …]
|