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:HSP_FILE_SUFFIX
(Results
1 - 9
of
9
) sorted by relevance
/foundation/bundlemanager/bundle_framework/common/utils/src/
H
A
D
bundle_file_util.cpp
33
const char*
HSP_FILE_SUFFIX
= ".hsp";
member
55
!CheckFileType(bundlePath,
HSP_FILE_SUFFIX
) &&
in CheckFilePath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H
A
D
inner_shared_bundle_installer.cpp
353
ServiceConstants::
HSP_FILE_SUFFIX
;
in ExtractSharedBundles()
555
if (!BundleUtil::EndWith(inBundlePaths[0], ServiceConstants::
HSP_FILE_SUFFIX
)) {
in ObtainHspFileAndSignatureFilePath()
565
if ((path.find(ServiceConstants::
HSP_FILE_SUFFIX
) == std::string::npos) &&
in ObtainHspFileAndSignatureFilePath()
570
if (BundleUtil::EndWith(path, ServiceConstants::
HSP_FILE_SUFFIX
)) {
in ObtainHspFileAndSignatureFilePath()
600
ServiceConstants::
HSP_FILE_SUFFIX
;
in SaveHspToRealInstallationDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_stream_installer_host_impl.cpp
121
!BundleUtil::CheckFileType(fileName, ServiceConstants::
HSP_FILE_SUFFIX
)) {
in CreateStream()
224
!BundleUtil::CheckFileType(hspName, ServiceConstants::
HSP_FILE_SUFFIX
) &&
in CreateSharedBundleStream()
H
A
D
bundle_util.cpp
78
!CheckFileType(bundlePath, ServiceConstants::
HSP_FILE_SUFFIX
) &&
in CheckFilePath()
H
A
D
base_bundle_installer.cpp
126
fileSuffix = ServiceConstants::
HSP_FILE_SUFFIX
;
in GetHapPath()
5479
!BundleUtil::EndWith(hapPath, ServiceConstants::
HSP_FILE_SUFFIX
))) {
in GetTempHapPath()
H
A
D
bundle_mgr_service_event_handler.cpp
3524
+ sharedBundleInfo.sharedModuleInfos[0].name + ServiceConstants::
HSP_FILE_SUFFIX
;
in ProcessSharedBundleProvisionInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
bundle_service_constants.h
58
constexpr const char*
HSP_FILE_SUFFIX
= ".hsp";
member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H
A
D
app_service_fwk_installer.cpp
475
if (!BundleUtil::CheckFileType(bundlePath, ServiceConstants::
HSP_FILE_SUFFIX
)) {
in CheckFileType()
593
moduleName + ServiceConstants::
HSP_FILE_SUFFIX
;
in ExtractModule()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H
A
D
bundle_mgr_service_event_handler.cpp
698
ServiceConstants::
HSP_FILE_SUFFIX
;
in ProcessSharedBundleProvisionInfo()
Completed in 23 milliseconds