Searched refs:sdcard_size (Results 1 – 1 of 1) sorted by relevance
293 auto sdcard_size = cuttlefish::FileSize(sdcard_path); in PowerwashFiles() local296 auto sdcard_mb_size = (sdcard_size + (1 << 20) - 1) / (1 << 20); in PowerwashFiles()