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:LIBS
(Results
1 - 11
of
11
) sorted by relevance
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H
A
D
bms_install_hap_so_test.cpp
158
const std::string
LIBS
= "/libs";
member
425
bool ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME1 +
LIBS
);
in HWTEST_F()
427
ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME1 + MODULE_NAME +
LIBS
);
in HWTEST_F()
449
bool ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME2 +
LIBS
);
in HWTEST_F()
451
ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME2 + MODULE_NAME +
LIBS
);
in HWTEST_F()
473
bool ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME3 +
LIBS
);
in HWTEST_F()
475
ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME3 + MODULE_NAME +
LIBS
);
in HWTEST_F()
497
bool ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME4 +
LIBS
);
in HWTEST_F()
499
ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME4 + MODULE_NAME +
LIBS
);
in HWTEST_F()
521
bool ret = CheckFilePath(CODE_ROOT_PATH + NO_SO_BUNDLE_NAME1 +
LIBS
);
in HWTEST_F()
[all...]
H
A
D
bms_install_external_hsp_so_test.cpp
60
const std::string
LIBS
= "/libs";
member
263
bool ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_1 + VERSION +
LIBS
);
in HWTEST_F()
265
ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_1 + VERSION + FEATURE_MODULE_NAME1 +
LIBS
);
in HWTEST_F()
284
bool ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_1 + VERSION +
LIBS
);
in HWTEST_F()
286
ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_1 + VERSION + FEATURE_MODULE_NAME2 +
LIBS
);
in HWTEST_F()
305
bool ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_1 + VERSION +
LIBS
);
in HWTEST_F()
307
ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_1 + VERSION + FEATURE_MODULE_NAME3 +
LIBS
);
in HWTEST_F()
326
bool ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_1 + VERSION +
LIBS
);
in HWTEST_F()
328
ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_1 + VERSION + FEATURE_MODULE_NAME4 +
LIBS
);
in HWTEST_F()
347
bool ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_2 + VERSION +
LIBS
);
in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H
A
D
patch_profile.cpp
209
if (patchExtractor.IsDirExist(std::string(ServiceConstants::
LIBS
) + ServiceConstants::ARM64_V8A)) {
in DefaultNativeSo()
213
appqfInfo.nativeLibraryPath = ServiceConstants::
LIBS
+ iter->second;
in DefaultNativeSo()
223
if (patchExtractor.IsDirExist(std::string(ServiceConstants::
LIBS
) + ServiceConstants::ARM_EABI_V7A)) {
in DefaultNativeSo()
227
appqfInfo.nativeLibraryPath = ServiceConstants::
LIBS
+ iter->second;
in DefaultNativeSo()
234
if (patchExtractor.IsDirExist(std::string(ServiceConstants::
LIBS
) + ServiceConstants::ARM_EABI)) {
in DefaultNativeSo()
238
appqfInfo.nativeLibraryPath = ServiceConstants::
LIBS
+ iter->second;
in DefaultNativeSo()
261
bool soExist = patchExtractor.IsDirExist(ServiceConstants::
LIBS
);
in ParseNativeSo()
284
libsPath.append(ServiceConstants::
LIBS
).append(abi).append(ServiceConstants::PATH_SEPARATOR);
in ParseNativeSo()
290
appqfInfo.nativeLibraryPath = ServiceConstants::
LIBS
+ iter->second;
in ParseNativeSo()
H
A
D
quick_fix_deployer.cpp
753
appQuickFix.bundleName + ServiceConstants::TMP_SUFFIX + ServiceConstants::
LIBS
;
in ExtractSoAndApplyDiff()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
bundle_service_constants.h
32
constexpr const char*
LIBS
= "libs/";
member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_profile.cpp
1874
innerBundleInfo.SetModuleNativeLibraryPath(ServiceConstants::
LIBS
+ cpuAbi);
in UpdateNativeSoAttrs()
1875
innerBundleInfo.SetSharedModuleNativeLibraryPath(ServiceConstants::
LIBS
+ cpuAbi);
in UpdateNativeSoAttrs()
1909
bool soExist = bundleExtractor.IsDirExist(ServiceConstants::
LIBS
);
in ParserNativeSo()
1933
if (bundleExtractor.IsDirExist(std::string(ServiceConstants::
LIBS
) + ServiceConstants::ARM64_V8A)) {
in ParserNativeSo()
1935
soRelativePath = ServiceConstants::
LIBS
+ ServiceConstants::ABI_MAP.at(ServiceConstants::ARM64_V8A);
in ParserNativeSo()
1943
if (bundleExtractor.IsDirExist(std::string(ServiceConstants::
LIBS
) + ServiceConstants::ARM_EABI_V7A)) {
in ParserNativeSo()
1945
soRelativePath = ServiceConstants::
LIBS
+ ServiceConstants::ABI_MAP.at(ServiceConstants::ARM_EABI_V7A);
in ParserNativeSo()
1950
if (bundleExtractor.IsDirExist(std::string(ServiceConstants::
LIBS
) + ServiceConstants::ARM_EABI)) {
in ParserNativeSo()
1952
soRelativePath = ServiceConstants::
LIBS
+ ServiceConstants::ABI_MAP.at(ServiceConstants::ARM_EABI);
in ParserNativeSo()
1962
libsPath.append(ServiceConstants::
LIBS
)
in ParserNativeSo()
[all...]
H
A
D
module_profile.cpp
1598
innerBundleInfo.SetModuleNativeLibraryPath(ServiceConstants::
LIBS
+ cpuAbi);
in UpdateNativeSoAttrs()
1599
innerBundleInfo.SetSharedModuleNativeLibraryPath(ServiceConstants::
LIBS
+ cpuAbi);
in UpdateNativeSoAttrs()
1635
bool soExist = bundleExtractor.IsDirExist(ServiceConstants::
LIBS
);
in ParserNativeSo()
1659
if (bundleExtractor.IsDirExist(std::string(ServiceConstants::
LIBS
) + ServiceConstants::ARM64_V8A)) {
in ParserNativeSo()
1661
soRelativePath = ServiceConstants::
LIBS
+ ServiceConstants::ABI_MAP.at(ServiceConstants::ARM64_V8A);
in ParserNativeSo()
1669
if (bundleExtractor.IsDirExist(std::string(ServiceConstants::
LIBS
) + ServiceConstants::ARM_EABI_V7A)) {
in ParserNativeSo()
1671
soRelativePath = ServiceConstants::
LIBS
+ ServiceConstants::ABI_MAP.at(ServiceConstants::ARM_EABI_V7A);
in ParserNativeSo()
1676
if (bundleExtractor.IsDirExist(std::string(ServiceConstants::
LIBS
) + ServiceConstants::ARM_EABI)) {
in ParserNativeSo()
1678
soRelativePath = ServiceConstants::
LIBS
+ ServiceConstants::ABI_MAP.at(ServiceConstants::ARM_EABI);
in ParserNativeSo()
1688
libsPath.append(ServiceConstants::
LIBS
)
in ParserNativeSo()
[all...]
H
A
D
base_bundle_installer.cpp
2435
auto pos = nativeLibraryPath.rfind(ServiceConstants::
LIBS
);
in ProcessHqfInfo()
2662
bundleName_ + ServiceConstants::TMP_SUFFIX + ServiceConstants::
LIBS
;
in ProcessDiffFiles()
5348
ServiceConstants::PATH_SEPARATOR + ServiceConstants::
LIBS
;
in ProcessOldNativeLibraryPath()
5790
ServiceConstants::PATH_SEPARATOR + ServiceConstants::
LIBS
;
in DeleteOldNativeLibraryPath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H
A
D
bms_bundle_quick_fix_test.cpp
2588
PatchExtractor patchExtractor(std::string(ServiceConstants::
LIBS
) + ServiceConstants::ARM64_V8A);
in HWTEST_F()
2833
PatchExtractor patchExtractor(std::string(ServiceConstants::
LIBS
) + ServiceConstants::ARM_EABI_V7A);
in HWTEST_F()
2855
PatchExtractor patchExtractor(std::string(ServiceConstants::
LIBS
) + ServiceConstants::ARM_EABI);
in HWTEST_F()
2931
PatchExtractor patchExtractor(ServiceConstants::
LIBS
);
in HWTEST_F()
2952
PatchExtractor patchExtractor(ServiceConstants::
LIBS
);
in HWTEST_F()
3490
PatchExtractor patchExtractor(std::string(ServiceConstants::
LIBS
) + ServiceConstants::ARM64_V8A);
in HWTEST_F()
5022
PatchExtractor patchExtractor(std::string(ServiceConstants::
LIBS
) + ServiceConstants::ARM64_V8A);
in HWTEST_F()
5027
std::string(ServiceConstants::
LIBS
) + ServiceConstants::ARM64_V8A + ServiceConstants::BASE, zipEntry);
in HWTEST_F()
5043
PatchExtractor patchExtractor(std::string(ServiceConstants::
LIBS
) + ServiceConstants::ARM_EABI_V7A);
in HWTEST_F()
5048
std::string(ServiceConstants::
LIBS
)
in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H
A
D
installd_operator.cpp
398
std::string prefix = ServiceConstants::
LIBS
+ cpuAbi + ServiceConstants::PATH_SEPARATOR;
in IsNativeSo()
415
std::string prefix = ServiceConstants::
LIBS
+ cpuAbi + ServiceConstants::PATH_SEPARATOR;
in IsDiffFiles()
567
prefix = ServiceConstants::
LIBS
+ cpuAbi + ServiceConstants::PATH_SEPARATOR;
in DeterminePrefix()
1332
std::string prefix = ServiceConstants::
LIBS
+ cpuAbi + ServiceConstants::PATH_SEPARATOR;
in GetNativeLibraryFileNames()
1349
const std::string prefix = ServiceConstants::
LIBS
+ codeSignatureParam.cpuAbi + ServiceConstants::PATH_SEPARATOR;
in PrepareEntryMap()
1460
const std::string prefix = ServiceConstants::
LIBS
+ cpuAbi + ServiceConstants::PATH_SEPARATOR;
in CheckEncryption()
1627
if (StartsWith(entryName, ServiceConstants::
LIBS
)
in ExtractResourceFiles()
H
A
D
installd_host_impl.cpp
1383
const std::string prefix = ServiceConstants::
LIBS
+ codeSignatureParam.cpuAbi + ServiceConstants::PATH_SEPARATOR;
in PrepareEntryMap()
Completed in 42 milliseconds