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:GetZipFileNames
(Results
1 - 7
of
7
) sorted by relevance
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H
A
D
extractor_util.h
32
const std::vector<std::string> &
GetZipFileNames
() const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
base_extractor.h
53
bool
GetZipFileNames
(std::vector<std::string> &fileNames) const;
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H
A
D
extractor_util.cpp
80
const std::vector<std::string> &ExtractorUtil::
GetZipFileNames
() const
in GetZipFileNames()
function in OHOS::ExtractorUtil
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
base_extractor.cpp
113
bool BaseExtractor::
GetZipFileNames
(std::vector<std::string> &fileNames) const
in GetZipFileNames()
function in OHOS::AppExecFwk::BaseExtractor
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H
A
D
bundle_daemon_handler.cpp
73
const std::vector<std::string> &fileNames = extractorUtil.
GetZipFileNames
();
in ExtractHap()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H
A
D
installd_operator.cpp
267
if (!extractor.
GetZipFileNames
(entryNames) || entryNames.empty()) {
in ExtractFiles()
313
if (!extractor.
GetZipFileNames
(entryNames) || entryNames.empty()) {
in ExtractFiles()
1166
if (!extractor.
GetZipFileNames
(entryNames)) {
in ExtractDiffFiles()
1329
if (!extractor.
GetZipFileNames
(entryNames)) {
in GetNativeLibraryFileNames()
1501
if (!extractor.
GetZipFileNames
(entryNames)) {
in ObtainNativeSoFile()
1502
LOG_E(BMS_TAG_INSTALLD, "
GetZipFileNames
failed");
in ObtainNativeSoFile()
1622
if (!extractor.
GetZipFileNames
(entryNames)) {
in ExtractResourceFiles()
1623
LOG_E(BMS_TAG_INSTALLD, "
GetZipFileNames
failed");
in ExtractResourceFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H
A
D
bms_bundle_installer_test.cpp
2954
* @tc.name: Test
GetZipFileNames
2955
* @tc.desc: 1.Test
GetZipFileNames
of BaseExtractor
2964
bool ret = extractor.
GetZipFileNames
(fileNames);
in HWTEST_F()
Completed in 25 milliseconds