Searched refs:FTEXT (Results 1 – 17 of 17) sorted by relevance
/third_party/lzma/CPP/7zip/UI/FileManager/ |
D | SysIconUtils.cpp | 190 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/ |
D | WorkDir.cpp | 26 if (prefix[1] == FTEXT(':') && prefix[2] == FTEXT('\\')) in GetWorkDir()
|
D | LoadCodecs.cpp | 81 #define kCodecsFolderName FTEXT("Codecs") 82 #define kFormatsFolderName FTEXT("Formats") 87 FTEXT("7z.dll"); 89 FTEXT("7z.so");
|
D | Update.cpp | 47 static CFSTR const kTempFolderPrefix = FTEXT("7zE"); 162 name.InsertAtFront(FTEXT('0')); in Write() 1699 if (!mapiLib.Load(FTEXT("Mapi32.dll"))) in UpdateArchive()
|
D | UpdateCallback.cpp | 907 res.InsertAtFront(FTEXT('0')); in GetVolumeStream()
|
D | EnumDirItems.cpp | 527 return dirItems.AddError(phyPath + FTEXT(":*")); // , (DWORD)E_FAIL in EnumerateAltStreams()
|
D | ArchiveCommandLine.cpp | 1683 s = FTEXT(".") FSTRING_PATH_SEPARATOR; in GetModuleDirPrefix()
|
D | ArchiveExtractCallback.cpp | 141 static const FChar * const k_ZoneId_StreamName = FTEXT(":Zone.Identifier");
|
/third_party/lzma/CPP/7zip/Common/ |
D | InOutTempBuffer.cpp | 18 #define kTempFilePrefixString FTEXT("7zt")
|
/third_party/zlib/doc/ |
D | rfc1952.txt | 303 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/ |
D | MyString.h | 984 #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/ |
D | SfxSetup.cpp | 36 static CFSTR const kTempDirPrefix = FTEXT("7zS");
|
/third_party/libuv/src/win/ |
D | process-stdio.c | 65 #define FTEXT 0x80 macro
|
/third_party/node/deps/uv/src/win/ |
D | process-stdio.c | 65 #define FTEXT 0x80 macro
|
/third_party/python/Lib/ |
D | gzip.py | 16 FTEXT, FHCRC, FEXTRA, FNAME, FCOMMENT = 1, 2, 4, 8, 16 variable
|
/third_party/lzma/CPP/Windows/ |
D | FileFind.cpp | 625 if (Name == FTEXT(".")) in Find()
|
/third_party/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 869 if (!lib.Load(dllPrefix + FTEXT(kDllName))) in main()
|