Searched refs:FTEXT (Results 1 - 16 of 16) sorted by relevance
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | SysIconUtils.cpp | 201 FTEXT("\\")
in GetIconIndex() 203 FTEXT("__DIR__")
in GetIconIndex() 245 FTEXT("\\")
in GetIconIndex() 247 FTEXT("__FILE__.001"), 0, SplitIconIndex);
in GetIconIndex()
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | InOutTempBuffer.cpp | 15 #define kTempFilePrefixString FTEXT("7zt")
|
H A D | MultiOutStream.cpp | 188 name.InsertAtFront(FTEXT('0'));
in GetFilePath()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | LoadCodecs.cpp | 68 #define kCodecsFolderName FTEXT("Codecs")
69 #define kFormatsFolderName FTEXT("Formats")
74 FTEXT("7z.dll");
76 FTEXT("7z.so");
|
H A D | Update.cpp | 49 static CFSTR const kTempFolderPrefix = FTEXT("7zE");
1633 if (!mapiLib.Load(FTEXT("Mapi32.dll")))
in UpdateArchive()
|
H A D | UpdateCallback.cpp | 946 res.InsertAtFront(FTEXT('0'));
in GetVolumeStream()
|
H A D | EnumDirItems.cpp | 540 return dirItems.AddError(phyPath + FTEXT(":*")); // , (DWORD)E_FAIL
in EnumerateAltStreams()
|
H A D | ArchiveCommandLine.cpp | 1685 s = FTEXT(".") FSTRING_PATH_SEPARATOR;
in GetModuleDirPrefix() 1693 s = FTEXT(".") FSTRING_PATH_SEPARATOR;
in GetModuleDirPrefix()
|
H A D | ArchiveExtractCallback.cpp | 141 static const FChar * const k_ZoneId_StreamName = FTEXT(":Zone.Identifier");
|
/third_party/libuv/src/win/ |
H A D | process-stdio.c | 65 #define FTEXT 0x80 macro
|
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
H A D | SfxSetup.cpp | 37 static CFSTR const kTempDirPrefix = FTEXT("7zS");
|
/third_party/node/deps/uv/src/win/ |
H A D | process-stdio.c | 65 #define FTEXT 0x80 macro
|
/third_party/lzma/CPP/Common/ |
H A D | MyString.h | 1023 #define FTEXT(quote) MY_FTEXT(quote)
macro 1025 #define FCHAR_PATH_SEPARATOR FTEXT(CHAR_PATH_SEPARATOR)
1026 #define FSTRING_PATH_SEPARATOR FTEXT(STRING_PATH_SEPARATOR)
1028 // #define FCHAR_ANY_MASK FTEXT('*')
1029 // #define FSTRING_ANY_MASK FTEXT("*")
|
/third_party/lzma/CPP/7zip/UI/Client7z/ |
H A D | Client7z.cpp | 836 if (!lib.Load(dllPrefix + FTEXT(kDllName)))
in main()
|
/third_party/lzma/CPP/Windows/ |
H A D | FileFind.cpp | 629 if (Name == FTEXT("."))
in Find()
|
/third_party/python/Lib/ |
H A D | gzip.py | 16 FTEXT, FHCRC, FEXTRA, FNAME, FCOMMENT = 1, 2, 4, 8, 16
|
Completed in 25 milliseconds