Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.cpp30 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 …]
DFileDir.cpp583 FChar s[16]; in CreateTempFile()
590 s[k] = (FChar)((t < 10) ? ('0' + t) : ('A' + (t - 10))); in CreateTempFile()
594 path += FChar('.'); in CreateTempFile()
DFileName.h14 int FindSepar(const FChar *s) throw();
DFileIO.cpp266 FChar path[4] = { s[4], ':', '\\', 0 }; in CalcDeviceSize()
DFileFind.cpp430 FChar drive[4] = { path[4], ':', '\\', 0 }; in Find()
/external/lzma/CPP/Common/
DMyString.h752 typedef wchar_t FChar; typedef
758 AString fs2fas(const FChar *s);
764 typedef char FChar; typedef
780 typedef const FChar *CFSTR;
/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp167 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()
DArchiveExtractCallback.cpp1054 fullProcessedPath += (FChar)':'; in GetStream()
1584 static unsigned GetNumSlashes(const FChar *s) in GetNumSlashes()
1588 FChar c = *s++; in GetNumSlashes()
DUpdateCallback.cpp693 FChar temp[16]; in GetVolumeStream()