OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addExt
(Results
1 - 2
of
2
) sorted by null
/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
...]
Completed in 64 milliseconds