Home
last modified time | relevance | path

Searched refs:nativeLibPath (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dchild_main_thread.cpp391 std::string nativeLibPath; in UpdateNativeChildLibModuleName() local
394 nativeLibPath = libDir; in UpdateNativeChildLibModuleName()
395 if (!nativeLibPath.empty() && nativeLibPath.back() != '/') { in UpdateNativeChildLibModuleName()
396 nativeLibPath += '/'; in UpdateNativeChildLibModuleName()
398 nativeLibPath += processInfo_->srcEntry; in UpdateNativeChildLibModuleName()
399 if (access(nativeLibPath.c_str(), F_OK) == 0) { in UpdateNativeChildLibModuleName()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/
H A Dinner_shared_bundle_installer.h113 std::string ObtainTempSoPath(const std::string &moduleName, const std::string &nativeLibPath);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp654 const std::string &nativeLibPath) in ObtainTempSoPath() argument
657 if (nativeLibPath.empty()) { in ObtainTempSoPath()
661 tempSoPath = nativeLibPath; in ObtainTempSoPath()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/
H A Dbms_bundle_app_provision_info_test.cpp1075 std::string nativeLibPath = HAP_FILE_PATH1; variable
1076 std::string ret = installer.ObtainTempSoPath(TEST_MODULE_NAME, nativeLibPath);
1088 std::string nativeLibPath = "path/testModuleName"; variable
1089 std::string ret = installer.ObtainTempSoPath(TEST_MODULE_NAME, nativeLibPath);
1090 EXPECT_EQ(ret, nativeLibPath + "_tmp/");
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp35 const std::string &moduleName, const std::string &nativeLibPath) in ObtainTempSoPath() argument
38 if (nativeLibPath.empty()) { in ObtainTempSoPath()
42 tempSoPath = nativeLibPath; in ObtainTempSoPath()