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:CloseArchive
(Results
1 - 10
of
10
) sorted by relevance
/arkcompiler/runtime_core/tests/fuzztest/gotonextfile_fuzzer/
H
A
D
gotonextfile_fuzzer.cpp
114
panda::
CloseArchive
(zipfile);
in GoToNextFileFuzzTest()
119
panda::
CloseArchive
(zipfile);
in GoToNextFileFuzzTest()
124
panda::
CloseArchive
(zipfile);
in GoToNextFileFuzzTest()
/arkcompiler/runtime_core/libziparchive/tests/
H
A
D
libziparchive_tests.cpp
232
CloseArchive
(zipfile);
in UnzipFileCheckTxt()
242
CloseArchive
(zipfile);
in UnzipFileCheckTxt()
464
CloseArchive
(zipfile);
in UnzipFileCheckInDirectory()
474
CloseArchive
(zipfile);
in UnzipFileCheckInDirectory()
547
CloseArchive
(zipfile);
in HWTEST()
556
CloseArchive
(zipfile);
in HWTEST()
563
CloseArchive
(zipfile);
in HWTEST()
745
ASSERT_EQ(
CloseArchive
(zipfile), ZIPARCHIVE_ERR);
in HWTEST()
/arkcompiler/runtime_core/tests/fuzztest/getglobalfileinfo_fuzzer/
H
A
D
getglobalfileinfo_fuzzer.cpp
52
panda::
CloseArchive
(handle);
in GetGlobalFileInfoFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/openarchive_fuzzer/
H
A
D
openarchive_fuzzer.cpp
37
panda::
CloseArchive
(zipfile);
in OpenArchiveFuzzTest()
/arkcompiler/runtime_core/static_core/libziparchive/
H
A
D
zip_archive.h
76
* This handle must be released by calling
CloseArchive
with this handle.
77
*
CloseArchive
will close the file opened.
86
int
CloseArchive
(ZipArchiveHandle &handle);
H
A
D
zip_archive.cpp
52
int
CloseArchive
(ZipArchiveHandle &handle)
in CloseArchive()
function
/arkcompiler/runtime_core/tests/fuzztest/ziparchivehandle_fuzzer/
H
A
D
ziparchivehandle_fuzzer.cpp
26
//
CloseArchive
test
in ZipArchiveHandleFuzzTest()
28
panda::
CloseArchive
(handle);
in ZipArchiveHandleFuzzTest()
/arkcompiler/runtime_core/libziparchive/
H
A
D
zip_archive.h
72
* This handle must be released by calling
CloseArchive
with this handle.
73
*
CloseArchive
will close the file opened.
82
int
CloseArchive
(ZipArchiveHandle &handle);
H
A
D
zip_archive.cpp
52
int
CloseArchive
(ZipArchiveHandle &handle)
in CloseArchive()
function
/arkcompiler/runtime_core/static_core/libziparchive/tests/
H
A
D
libziparchive_tests.cpp
486
CloseArchive
(zipfile);
in TEST()
495
CloseArchive
(zipfile);
in TEST()
502
CloseArchive
(zipfile);
in TEST()
Completed in 5 milliseconds