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:PreserveATime
(Results
1 - 14
of
14
) sorted by relevance
/third_party/lzma/CPP/Windows/
H
A
D
FileIO.h
143
bool
PreserveATime
;
member in NWindows::NFile::NIO::MY_UNCOPYABLE
150
CFileBase(): _handle(INVALID_HANDLE_VALUE),
PreserveATime
(false) {}
in CFileBase()
310
bool
PreserveATime
;
312
CFileBase(): _handle(-1),
PreserveATime
(false) {}
H
A
D
FileIO.cpp
426
if (
PreserveATime
)
in Open()
433
if (res &&
PreserveATime
)
in Open()
/third_party/lzma/CPP/7zip/UI/Common/
H
A
D
Update.h
87
bool
PreserveATime
;
member
132
PreserveATime
(false),
in CUpdateOptions()
H
A
D
HashCalc.h
194
bool
PreserveATime
;
member
203
PreserveATime
(false),
in CHashOptions()
H
A
D
ArchiveExtractCallback.h
66
bool
PreserveATime
;
73
PreserveATime
(false),
H
A
D
ZipRegistry.h
144
CBoolPair
PreserveATime
;
member
H
A
D
UpdateCallback.h
120
bool
PreserveATime
;
member in Z7_final
H
A
D
ArchiveCommandLine.cpp
1439
nt.
PreserveATime
= true;
in Parse2()
1569
updateOptions.
PreserveATime
= true;
in Parse2()
1646
hashOptions.
PreserveATime
= true;
in Parse2()
H
A
D
UpdateCallback.cpp
65
PreserveATime
(false),
in CArchiveUpdateCallback()
657
const bool preserveATime = (
PreserveATime
in GetStream2()
H
A
D
Update.cpp
623
updateCallbackSpec->
PreserveATime
= options.
PreserveATime
;
in Compress()
H
A
D
EnumDirItems.cpp
1354
inFile.
PreserveATime
= true;
in FillDeviceSizes()
H
A
D
HashCalc.cpp
556
inStreamSpec->Set_PreserveATime(options.
PreserveATime
);
in HashCalc()
H
A
D
ArchiveExtractCallback.cpp
2483
inStreamSpec->Set_PreserveATime(_ntOptions.
PreserveATime
);
in GetStream2()
/third_party/lzma/CPP/7zip/Common/
H
A
D
FileStreams.h
104
File.
PreserveATime
= v;
in Z7_class_final()
Completed in 19 milliseconds