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:getInputStream
(Results
1 - 10
of
10
) sorted by relevance
/developtools/packing_tool/adapter/ohos/
H
A
D
PackageNormalize.java
96
IOUtils.copy(hspFile.
getInputStream
(moduleEntry), out);
in normalize()
102
IOUtils.copy(hspFile.
getInputStream
(packEntry), out);
in normalize()
200
IOUtils.copy(hspFile.
getInputStream
(zipEntry), zipOut);
in copyHsp()
H
A
D
FileUtils.java
231
bis = new BufferedInputStream(zipFile.
getInputStream
(entry));
in unzip()
403
inputStream = zipFile.
getInputStream
(entry);
in getJsonInZips()
470
fileInputStream = zipFile.
getInputStream
(entry);
in getFileStringFromZip()
H
A
D
PackageUtil.java
245
IOUtils.copy(zipFile.
getInputStream
(zipEntry), output);
in getZipEntryContent()
357
return hspFile.
getInputStream
(zipEntry);
in repackHsp()
550
return
getInputStream
(entryName, file);
in addArchiveEntry()
560
private static InputStream
getInputStream
(String entryName, File file) throws IOException {
in getInputStream()
method in PackageUtil
H
A
D
Uncompress.java
219
stream = appFile.
getInputStream
(entry);
in uncompressHapAndHspFromAppPath()
252
stream = appFile.
getInputStream
(entry);
in uncompressAllAppByPath()
611
fileInputStream = zipFile.
getInputStream
(entry);
in dataTransfer()
723
indexInputStream = zipFile.
getInputStream
(indexEntry);
in getResourceDataFromHap()
1604
inputStream = zipFile.
getInputStream
(rpcidEntry);
in getRpcidFromHap()
1698
stream = zipFile.
getInputStream
(appqfEntry);
in parseAPPQFFile()
H
A
D
Compressor.java
1668
inputStream = zipFile.
getInputStream
(zipEntry);
in copyHapAndHspFromApp()
1797
copy(sourceHapFile.
getInputStream
(zipEntry), append);
in compressPackinfoIntoHap()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
H
A
D
CodeSigning.java
302
try (InputStream inputStream = hnp.
getInputStream
(entry)) {
in signHnpLibs()
332
try (InputStream inputStream = hnp.
getInputStream
(entry)) {
in getHnpLibEntries()
344
try (InputStream inputStream = inputJar.
getInputStream
(hnpEntry);
in writeTempHnpFile()
410
try (InputStream inputStream = hap.
getInputStream
(inEntry)) {
in signFilesFromJar()
H
A
D
VerifyCodeSignature.java
250
try (InputStream entryInputStream = inputJar.
getInputStream
(entry)) {
in verifyHapLib()
261
try (InputStream inputStream = inputJar.
getInputStream
(hnpEntry);
in verifyHnpLib()
H
A
D
PageInfoGenerator.java
106
try (InputStream stream = hap.
getInputStream
(libEntry)) {
in libExecSegment()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/
H
A
D
HapUtils.java
96
try (InputStream data = inputJar.
getInputStream
(entry)) {
in checkCompressNativeLibs()
258
new InputStreamReader(inputJar.
getInputStream
(moduleEntry), StandardCharsets.UTF_8))) {
in getHnpsFromJson()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
H
A
D
SignHap.java
178
try (InputStream data = in.
getInputStream
(firstEntry)) {
in writeOutputStream()
191
try (InputStream data = in.
getInputStream
(inEntry)) {
in writeOutputStreamAndGetOffset()
Completed in 16 milliseconds