Home
last modified time | relevance | path

Searched refs:stateful_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
370 stateful_mp))
377 stateful_mp, argument
382 command = GetImageMountCommand(chromeos_root, image, rootfs_mp, stateful_mp)
398 _, stateful_mp, _ = cmd_executer.ChrootRunCommandWOutput(
401 stateful_mp = stateful_mp.strip()
409 stateful_mp,
414 chromeos_root, image, rootfs_mp, stateful_mp, log_level, unmount=True)
422 _, stateful_mp, _ = cmd_executer.ChrootRunCommandWOutput(
425 stateful_mp = stateful_mp.strip()
[all …]