Searched refs:useExfat (Results 1 – 1 of 1) sorted by relevance
257 bool useExfat = exfat::IsSupported(); in doFormat() local261 if (fsType == "auto" && useVfat && useExfat) { in doFormat()274 useExfat = false; in doFormat()277 useExfat = false; in doFormat()282 if (!useVfat && !useExfat) { in doFormat()293 } else if (useExfat) { in doFormat()