Home
last modified time | relevance | path

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

/system/vold/model/
DPublicVolume.cpp372 enum { NONE, VFAT, EXFAT } fsPick = NONE; in doFormat() enumerator
386 fsPick = EXFAT; in doFormat()
391 fsPick = EXFAT; in doFormat()
400 fsPick = EXFAT; in doFormat()
409 } else if (fsPick == EXFAT) { in doFormat()