OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:updateenabled
(Results
1 - 5
of
5
) sorted by null
/external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h
48
bool
UpdateEnabled
;
92
UpdateEnabled
(false),
221
if (!arc.
UpdateEnabled
)
LoadCodecs.cpp
278
ReadBoolProp(getProp, getProp2, i, NArchive::kUpdate, item.
UpdateEnabled
);
279
if (item.
UpdateEnabled
)
437
item.
UpdateEnabled
= (arc.CreateOutArchive != 0);
467
if (!arc.
UpdateEnabled
)
Update.cpp
265
if (!arcInfo.
UpdateEnabled
)
/external/clang/tools/clang-format-vs/ClangFormat/
ClangFormat.csproj
26
<
UpdateEnabled
>false</
UpdateEnabled
>
/external/lzma/CPP/7zip/UI/Console/
Main.cpp
265
stdStream << (char)(arc.
UpdateEnabled
? 'C' : ' ');
Completed in 63 milliseconds