OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddExt
(Results
1 - 6
of
6
) sorted by null
/external/lzma/CPP/7zip/Common/
RegisterArc.h
15
const wchar_t *
AddExt
;
/external/lzma/CPP/7zip/Archive/
ArchiveExports.cpp
109
if (arc.
AddExt
!= 0)
110
prop = arc.
AddExt
;
/external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h
34
UString
AddExt
;
37
CArcExtInfo(const UString &ext, const UString &
addExt
): Ext(ext),
AddExt
(
addExt
) {}
86
void AddExts(const wchar_t* ext, const wchar_t*
addExt
);
LoadCodecs.cpp
213
void CArcInfoEx::AddExts(const wchar_t *ext, const wchar_t *
addExt
)
218
if (
addExt
!= 0)
219
SplitString(
addExt
, addExts);
226
extInfo.
AddExt
= addExts[i];
227
if (extInfo.
AddExt
== L"*")
228
extInfo.
AddExt
.Empty();
273
UString ext,
addExt
;
275
RINOK(ReadStringProp(getProp, getProp2, i, NArchive::kAddExtension,
addExt
));
276
item.AddExts(ext,
addExt
);
436
item.AddExts(arc.Ext, arc.
AddExt
);
[
all
...]
OpenArchive.cpp
320
DefaultName = GetDefaultName2(fileName, extInfo.Ext, extInfo.
AddExt
);
/external/lzma/CPP/7zip/UI/Console/
Main.cpp
275
if (!ext.
AddExt
.IsEmpty())
278
s += ext.
AddExt
;
Completed in 185 milliseconds