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:hspFile
(Results
1 - 4
of
4
) sorted by relevance
/developtools/packing_tool/adapter/ohos/
H
A
D
PackageNormalize.java
89
try (ZipFile
hspFile
= new ZipFile(hspPath.toFile());
in normalize()
93
ZipEntry moduleEntry =
hspFile
.getEntry(MODULE_JSON);
in normalize()
96
IOUtils.copy(
hspFile
.getInputStream(moduleEntry), out);
in normalize()
99
ZipEntry packEntry =
hspFile
.getEntry(PACK_INFO);
in normalize()
102
IOUtils.copy(
hspFile
.getInputStream(packEntry), out);
in normalize()
111
copyHsp(
hspFile
, moduleJson, packInfo, zipOut);
in normalize()
185
private static void copyHsp(ZipFile
hspFile
, Path moduleJson, Path packInfo, ZipOutputStream zipOut)
in copyHsp()
argument
189
Enumeration<? extends ZipEntry> entries =
hspFile
.entries();
in copyHsp()
200
IOUtils.copy(
hspFile
.getInputStream(zipEntry), zipOut);
in copyHsp()
H
A
D
PackageUtil.java
338
try (ZipFile
hspFile
= new ZipFile(inputPath.toFile());
in repackHsp()
349
Enumeration<ZipArchiveEntry> entries =
hspFile
.getEntries();
in repackHsp()
357
return
hspFile
.getInputStream(zipEntry);
in repackHsp()
H
A
D
Compressor.java
1205
File
hspFile
= new File(hspPathItem.trim());
in compressAppMode()
1206
String hspTempPath = hspTempDir + File.separator +
hspFile
.getName();
in compressAppMode()
/developtools/packing_tool/packing_tool/frameworks/src/
H
A
D
app_packager.cpp
411
fs::path
hspFile
= hspPathItem;
in CompressHapAndHspFiles()
local
412
fs::path hspTempPath = hspTempDirPath /
hspFile
.filename();
in CompressHapAndHspFiles()
Completed in 8 milliseconds