Searched refs:stateful_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 377 stateful_mp)) 384 stateful_mp, argument 389 command = GetImageMountCommand(image, rootfs_mp, stateful_mp) 405 _, stateful_mp, _ = cmd_executer.ChrootRunCommandWOutput( 408 stateful_mp = stateful_mp.strip() 415 stateful_mp, 420 chromeos_root, image, rootfs_mp, stateful_mp, log_level, unmount=True) 428 _, stateful_mp, _ = cmd_executer.ChrootRunCommandWOutput( 431 stateful_mp = stateful_mp.strip() [all …]
|