Searched refs:nativeLibPath (Results 1 – 5 of 5) sorted by relevance
391 std::string nativeLibPath; in UpdateNativeChildLibModuleName() local394 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()
113 std::string ObtainTempSoPath(const std::string &moduleName, const std::string &nativeLibPath);
654 const std::string &nativeLibPath) in ObtainTempSoPath() argument657 if (nativeLibPath.empty()) { in ObtainTempSoPath()661 tempSoPath = nativeLibPath; in ObtainTempSoPath()
1075 std::string nativeLibPath = HAP_FILE_PATH1; variable1076 std::string ret = installer.ObtainTempSoPath(TEST_MODULE_NAME, nativeLibPath);1088 std::string nativeLibPath = "path/testModuleName"; variable1089 std::string ret = installer.ObtainTempSoPath(TEST_MODULE_NAME, nativeLibPath);1090 EXPECT_EQ(ret, nativeLibPath + "_tmp/");
35 const std::string &moduleName, const std::string &nativeLibPath) in ObtainTempSoPath() argument38 if (nativeLibPath.empty()) { in ObtainTempSoPath()42 tempSoPath = nativeLibPath; in ObtainTempSoPath()