Searched refs:useExfat (Results 1 – 1 of 1) sorted by relevance
312 bool useExfat = exfat::IsSupported(); in doFormat() local316 if (fsType == "auto" && useVfat && useExfat) { in doFormat()329 useExfat = false; in doFormat()332 useExfat = false; in doFormat()337 if (!useVfat && !useExfat) { in doFormat()348 } else if (useExfat) { in doFormat()