Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.cpp419 int formatStatus; in createAsec() local
434 formatStatus = Ext4::format(dmDevice, mountPoint); in createAsec()
436 formatStatus = Fat::format(dmDevice, numImgSectors, 0); in createAsec()
439 if (formatStatus < 0) { in createAsec()