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
12
const char *
AddExt
;
/external/lzma/CPP/7zip/Archive/
ArchiveExports.cpp
108
case NArchive::NHandlerPropID::kAddExtension: if (arc.
AddExt
) prop = arc.
AddExt
; break;
/external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h
38
UString
AddExt
;
42
CArcExtInfo(const UString &ext, const UString &
addExt
): Ext(ext),
AddExt
(
addExt
) {}
110
void AddExts(const UString &ext, const UString &
addExt
);
LoadCodecs.cpp
126
void CArcInfoEx::AddExts(const UString &ext, const UString &
addExt
)
130
SplitString(
addExt
, addExts);
137
extInfo.
AddExt
= addExts[i];
138
if (extInfo.
AddExt
== L"*")
139
extInfo.
AddExt
.Empty();
374
UString ext,
addExt
;
376
RINOK(GetProp_String(getProp, getProp2, i, NArchive::NHandlerPropID::kAddExtension,
addExt
));
377
item.AddExts(ext,
addExt
);
571
if (arc.
AddExt
)
572
ae.SetFromAscii(arc.
AddExt
);
[
all
...]
OpenArchive.cpp
[
all
...]
/external/lzma/CPP/7zip/UI/Console/
Main.cpp
569
if (!ext.
AddExt
.IsEmpty())
572
s += ext.
AddExt
;
Completed in 332 milliseconds