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:ZipWriter
(Results
1 - 4
of
4
) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H
A
D
zip_writer.h
33
class
ZipWriter
{
class
40
~
ZipWriter
();
41
explicit
ZipWriter
(zipFile zip_file);
73
DISALLOW_COPY_AND_ASSIGN(
ZipWriter
);
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H
A
D
zip_writer.cpp
116
zipFile
ZipWriter
::InitZipFileWithFd(PlatformFile zipFilefd)
in InitZipFileWithFd()
131
zipFile
ZipWriter
::InitZipFileWithFile(const FilePath &zip_file_path)
in InitZipFileWithFile()
148
ZipWriter
::
ZipWriter
(zipFile zip_file) : zipFile_(zip_file)
in ZipWriter()
function in OHOS::AppExecFwk::LIBZIP::ZipWriter
151
ZipWriter
::~
ZipWriter
()
in ~ZipWriter()
156
bool
ZipWriter
::WriteEntries(const std::vector<std::pair<FilePath, FilePath>> &paths, const OPTIONS &options)
in WriteEntries()
161
bool
ZipWriter
::AddEntries(const std::vector<std::pair<FilePath, FilePath>> &paths, const OPTIONS &options)
in AddEntries()
170
bool
ZipWriter
::Close(const OPTIONS &options)
in Close()
177
bool
ZipWriter
[all...]
H
A
D
zip.cpp
166
std::unique_ptr<
ZipWriter
> zipWriter = nullptr;
in Zip()
168
zipWriter = std::make_unique<
ZipWriter
>(
ZipWriter
::InitZipFileWithFd(params.DestFd()));
in Zip()
170
zipWriter = std::make_unique<
ZipWriter
>(
ZipWriter
::InitZipFileWithFile(params.DestFile()));
in Zip()
229
std::unique_ptr<
ZipWriter
> zipWriter = nullptr;
in Zips()
231
zipWriter = std::make_unique<
ZipWriter
>(
ZipWriter
::InitZipFileWithFd(params.DestFd()));
in Zips()
233
zipWriter = std::make_unique<
ZipWriter
>(
ZipWriter
in Zips()
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H
A
D
cj_zip.cpp
156
std::unique_ptr<
ZipWriter
> zipWriter = nullptr;
in Zip()
158
zipWriter = std::make_unique<
ZipWriter
>(
ZipWriter
::InitZipFileWithFd(params.DestFd()));
in Zip()
160
zipWriter = std::make_unique<
ZipWriter
>(
ZipWriter
::InitZipFileWithFile(params.DestFile()));
in Zip()
Completed in 3 milliseconds