Home
last modified time | relevance | path

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

/system/vold/model/
DPublicVolume.cpp311 bool useVfat = vfat::IsSupported(); in doFormat() local
316 if (fsType == "auto" && useVfat && useExfat) { in doFormat()
327 useVfat = false; in doFormat()
334 useVfat = false; in doFormat()
337 if (!useVfat && !useExfat) { in doFormat()
346 if (useVfat) { in doFormat()