Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:NUpdateArchive
(Results
1 - 9
of
9
) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Common/
H
A
D
UpdatePair.cpp
233
pair.State =
NUpdateArchive
::NPairState::kOnlyOnDisk;
in GetUpdatePairInfoList()
241
NUpdateArchive
::NPairState::kOnlyInArchive:
in GetUpdatePairInfoList()
242
NUpdateArchive
::NPairState::kNotMasked;
in GetUpdatePairInfoList()
266
case -1: pair.State =
NUpdateArchive
::NPairState::kNewInArchive; break;
in GetUpdatePairInfoList()
267
case 1: pair.State =
NUpdateArchive
::NPairState::kOldInArchive; break;
in GetUpdatePairInfoList()
270
NUpdateArchive
::NPairState::kSameFiles :
in GetUpdatePairInfoList()
271
NUpdateArchive
::NPairState::kUnknowNewerFiles;
in GetUpdatePairInfoList()
H
A
D
UpdateProduce.cpp
7
using namespace
NUpdateArchive
;
66
up2.IsSameTime = ((unsigned)pair.State ==
NUpdateArchive
::NPairState::kSameFiles);
in UpdateProduce()
H
A
D
Update.h
50
NUpdateArchive
::CActionSet ActionSet;
154
c.ActionSet =
NUpdateArchive
::k_ActionSet_Add;
in SetActionCommand_Add()
H
A
D
UpdatePair.h
13
NUpdateArchive
::NPairState::EEnum State;
H
A
D
ArchiveCommandLine.cpp
804
static
NUpdateArchive
::NPairAction::EEnum GetUpdatePairActionType(int i)
808
case
NUpdateArchive
::NPairAction::kIgnore: return
NUpdateArchive
::NPairAction::kIgnore;
809
case
NUpdateArchive
::NPairAction::kCopy: return
NUpdateArchive
::NPairAction::kCopy;
810
case
NUpdateArchive
::NPairAction::kCompress: return
NUpdateArchive
::NPairAction::kCompress;
811
case
NUpdateArchive
::NPairAction::kCompressAsAnti: return
NUpdateArchive
::NPairAction::kCompressAsAnti;
826
NUpdateArchive
in ParseUpdateCommandString2()
[all...]
H
A
D
UpdateProduce.h
56
const
NUpdateArchive
::CActionSet &actionSet,
H
A
D
UpdateAction.h
6
namespace
NUpdateArchive
{
namespace
H
A
D
UpdateAction.cpp
7
namespace
NUpdateArchive
{
namespace
H
A
D
Update.cpp
74
using namespace
NUpdateArchive
;
Completed in 7 milliseconds