Home
last modified time | relevance | path

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

/system/vold/model/
DPublicVolume.cpp315 enum { NONE, VFAT, EXFAT } fsPick = NONE; in doFormat() enumerator
329 fsPick = EXFAT; in doFormat()
334 fsPick = EXFAT; in doFormat()
343 fsPick = EXFAT; in doFormat()
352 } else if (fsPick == EXFAT) { in doFormat()