Home
last modified time | relevance | path

Searched refs:FTEXT (Results 1 – 17 of 17) sorted by relevance

/third_party/lzma/CPP/7zip/UI/FileManager/
DSysIconUtils.cpp190 FTEXT("\\") in GetIconIndex()
192 FTEXT("__DIR__") in GetIconIndex()
234 FTEXT("\\") in GetIconIndex()
236 FTEXT("__FILE__.001"), 0, SplitIconIndex); in GetIconIndex()
/third_party/lzma/CPP/7zip/UI/Common/
DWorkDir.cpp26 if (prefix[1] == FTEXT(':') && prefix[2] == FTEXT('\\')) in GetWorkDir()
DLoadCodecs.cpp81 #define kCodecsFolderName FTEXT("Codecs")
82 #define kFormatsFolderName FTEXT("Formats")
87 FTEXT("7z.dll");
89 FTEXT("7z.so");
DUpdate.cpp47 static CFSTR const kTempFolderPrefix = FTEXT("7zE");
162 name.InsertAtFront(FTEXT('0')); in Write()
1699 if (!mapiLib.Load(FTEXT("Mapi32.dll"))) in UpdateArchive()
DUpdateCallback.cpp907 res.InsertAtFront(FTEXT('0')); in GetVolumeStream()
DEnumDirItems.cpp527 return dirItems.AddError(phyPath + FTEXT(":*")); // , (DWORD)E_FAIL in EnumerateAltStreams()
DArchiveCommandLine.cpp1683 s = FTEXT(".") FSTRING_PATH_SEPARATOR; in GetModuleDirPrefix()
DArchiveExtractCallback.cpp141 static const FChar * const k_ZoneId_StreamName = FTEXT(":Zone.Identifier");
/third_party/lzma/CPP/7zip/Common/
DInOutTempBuffer.cpp18 #define kTempFilePrefixString FTEXT("7zt")
/third_party/zlib/doc/
Drfc1952.txt303 bit 0 FTEXT
312 If FTEXT is set, the file is probably ASCII text. This is
315 non-ASCII characters are present. In case of doubt, FTEXT
318 decompressor can use FTEXT to choose the appropriate format.
475 trailer; in particular, a decompressor may ignore FTEXT and OS
/third_party/lzma/CPP/Common/
DMyString.h984 #define FTEXT(quote) __FTEXT(quote) macro
986 #define FCHAR_PATH_SEPARATOR FTEXT(CHAR_PATH_SEPARATOR)
987 #define FSTRING_PATH_SEPARATOR FTEXT(STRING_PATH_SEPARATOR)
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp36 static CFSTR const kTempDirPrefix = FTEXT("7zS");
/third_party/libuv/src/win/
Dprocess-stdio.c65 #define FTEXT 0x80 macro
/third_party/node/deps/uv/src/win/
Dprocess-stdio.c65 #define FTEXT 0x80 macro
/third_party/python/Lib/
Dgzip.py16 FTEXT, FHCRC, FEXTRA, FNAME, FCOMMENT = 1, 2, 4, 8, 16 variable
/third_party/lzma/CPP/Windows/
DFileFind.cpp625 if (Name == FTEXT(".")) in Find()
/third_party/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp869 if (!lib.Load(dllPrefix + FTEXT(kDllName))) in main()