Home
last modified time | relevance | path

Searched refs:sdcard_size (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc293 auto sdcard_size = cuttlefish::FileSize(sdcard_path); in PowerwashFiles() local
296 auto sdcard_mb_size = (sdcard_size + (1 << 20) - 1) / (1 << 20); in PowerwashFiles()