Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.cpp73 … || len > 22 || memcmp(s + kDevicePathPrefixSize, FTEXT("PhysicalDrive"), 13 * sizeof(FChar)) != 0) in IsDevicePath()
308 FChar c = s[i]; in AreThereDotsFolders()
313 FChar c1 = s[i + 1]; in AreThereDotsFolders()
357 FChar c = s[i]; in GetUseSuperPathType()
362 FChar c2 = s[i + 1]; in GetUseSuperPathType()
398 FChar c = s[0]; in GetSuperPathBase()
DFileDir.cpp476 FChar s[16]; in CreateTempFile()
487 path += FChar('.'); in CreateTempFile()
DFileFind.cpp298 FChar c = path[i]; in FindAltStreamColon()
330 FChar drive[4] = { path[4], ':', '\\', 0 }; in Find()
DFileIO.cpp266 FChar path[4] = { s[4], ':', '\\', 0 }; in CalcDeviceSize()
/external/lzma/CPP/Common/
DMyString.h493 typedef wchar_t FChar; typedef
499 AString fs2fas(const FChar *s);
505 typedef char FChar; typedef
521 typedef const FChar *CFSTR;
/external/lzma/CPP/7zip/Common/
DFilePathAutoRename.cpp17 FChar number[16]; in MakeAutoName()
/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp152 FChar temp[16]; in Write()
669 FChar s[16]; in Compress()
899 static int GetNumSlashes(const FChar *s) in GetNumSlashes()
903 FChar c = *s++; in GetNumSlashes()
DArchiveExtractCallback.cpp1136 static int GetNumSlashes(const FChar *s) in GetNumSlashes()
1140 FChar c = *s++; in GetNumSlashes()
DUpdateCallback.cpp544 FChar temp[16]; in GetVolumeStream()