Searched refs:FChar (Results 1 – 9 of 9) sorted by relevance
30 int FindSepar(const FChar *s) throw() in FindSepar()32 for (const FChar *p = s;; p++) in FindSepar()34 const FChar c = *p; in FindSepar()126 … || len > 22 || memcmp(s + kDevicePathPrefixSize, FTEXT("PhysicalDrive"), 13 * sizeof(FChar)) != 0) in IsDevicePath()143 FChar c = s[2]; in IsNetworkPath()156 FChar c = s[2]; in GetNetworkServerPrefixSize()223 FChar c = path[i]; in FindAltStreamColon()458 FChar c = s[i]; in AreThereDotsFolders()463 FChar c1 = s[i + 1]; in AreThereDotsFolders()507 FChar c = s[i]; in GetUseSuperPathType()[all …]
583 FChar s[16]; in CreateTempFile()590 s[k] = (FChar)((t < 10) ? ('0' + t) : ('A' + (t - 10))); in CreateTempFile()594 path += FChar('.'); in CreateTempFile()
14 int FindSepar(const FChar *s) throw();
266 FChar path[4] = { s[4], ':', '\\', 0 }; in CalcDeviceSize()
430 FChar drive[4] = { path[4], ':', '\\', 0 }; in Find()
752 typedef wchar_t FChar; typedef758 AString fs2fas(const FChar *s);764 typedef char FChar; typedef780 typedef const FChar *CFSTR;
167 FChar temp[16]; in Write()701 FChar s[16]; in Compress()965 static unsigned GetNumSlashes(const FChar *s) in GetNumSlashes()969 FChar c = *s++; in GetNumSlashes()
1054 fullProcessedPath += (FChar)':'; in GetStream()1584 static unsigned GetNumSlashes(const FChar *s) in GetNumSlashes()1588 FChar c = *s++; in GetNumSlashes()
693 FChar temp[16]; in GetVolumeStream()