Searched refs:lastDriveOldFAT (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dwin32.c75 static int lastDriveOldFAT = 0; /* cached OldFAT value of last GetVolumeInformation call */ local
97 return lastDriveOldFAT;
108 lastDriveOldFAT = vfnsize <= 12;
110 return lastDriveOldFAT;
117 static int lastDriveOldFAT = 0; /* cached OldFAT value of last GetVolumeInformation call */ local
139 return lastDriveOldFAT;
150 lastDriveOldFAT = vfnsize <= 12;
152 return lastDriveOldFAT;

Completed in 60 milliseconds