Searched refs:stateful_mp (Results 1 – 1 of 1) sorted by relevance
/external/toolchain-utils/ |
D | image_chromeos.py | 317 def GetImageMountCommand(chromeos_root, image, rootfs_mp, stateful_mp): argument 326 stateful_mp)) 333 stateful_mp, argument 337 command = GetImageMountCommand(chromeos_root, image, rootfs_mp, stateful_mp) 349 stateful_mp = tempfile.mkdtemp() 350 MountImage(chromeos_root, image, rootfs_mp, stateful_mp, log_level) 357 stateful_mp, 366 stateful_mp = tempfile.mkdtemp() 367 MountImage(chromeos_root, image, rootfs_mp, stateful_mp, log_level) 374 stateful_mp,
|