Home
last modified time | relevance | path

Searched refs:COMPRESS_NATIVE_LIBS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_accesstokenid_test/
H A Dbms_bundle_accesstokenid_test.cpp72 const std::string COMPRESS_NATIVE_LIBS = "persist.bms.supportCompressNativeLibs"; variable
120 SetParameter(COMPRESS_NATIVE_LIBS.c_str(), "true"); in SetUp()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp25 const std::string COMPRESS_NATIVE_LIBS = "persist.bms.supportCompressNativeLibs"; variable
30 …int32_t ret = GetParameter(COMPRESS_NATIVE_LIBS.c_str(), "", compressNativeLibs, THRESHOLD_VAL_LEN… in IsSupportCompressNativeLibs()
32 APP_LOGE("GetParameter %{public}s failed", COMPRESS_NATIVE_LIBS.c_str()); in IsSupportCompressNativeLibs()
H A Dmodule_profile.cpp26 const std::string COMPRESS_NATIVE_LIBS = "persist.bms.supportCompressNativeLibs"; variable
32 …int32_t ret = GetParameter(COMPRESS_NATIVE_LIBS.c_str(), "", compressNativeLibs, THRESHOLD_VAL_LEN… in IsSupportCompressNativeLibs()
34 APP_LOGD("GetParameter %{public}s failed", COMPRESS_NATIVE_LIBS.c_str()); in IsSupportCompressNativeLibs()