Searched refs:stateful_mp (Results 1 – 1 of 1) sorted by relevance
/external/toolchain-utils/ |
D | image_chromeos.py | 329 def GetImageMountCommand(chromeos_root, image, rootfs_mp, stateful_mp): argument 338 stateful_mp)) 345 stateful_mp, argument 349 command = GetImageMountCommand(chromeos_root, image, rootfs_mp, stateful_mp) 361 stateful_mp = tempfile.mkdtemp() 362 MountImage(chromeos_root, image, rootfs_mp, stateful_mp, log_level) 367 chromeos_root, image, rootfs_mp, stateful_mp, log_level, unmount=True) 374 stateful_mp = tempfile.mkdtemp() 375 MountImage(chromeos_root, image, rootfs_mp, stateful_mp, log_level) 379 chromeos_root, image, rootfs_mp, stateful_mp, log_level, unmount=True)
|