Home
last modified time | relevance | path

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

/system/vold/model/
DPublicVolume.cpp256 bool useVfat = vfat::IsSupported(); in doFormat() local
261 if (fsType == "auto" && useVfat && useExfat) { in doFormat()
272 useVfat = false; in doFormat()
279 useVfat = false; in doFormat()
282 if (!useVfat && !useExfat) { in doFormat()
291 if (useVfat) { in doFormat()