Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_layer.cpp149 std::string appLibPath = g_bundleInfo.applicationInfo.nativeLibraryPath; in GetDebugLayerPaths() local
150 if (!appLibPath.empty()) { in GetDebugLayerPaths()
151 layerPaths.push_back(pathStr + appLibPath + "/"); in GetDebugLayerPaths()
/ohos5.0/foundation/arkui/napi/module_manager/test/unittest/module_manager_test/
H A Dmodule_manager_test.cpp249 std::vector<std::string> appLibPath; variable
250 moduleManager->SetAppLibPath(moduleName, appLibPath, false);
/ohos5.0/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.cpp497 …leManager::SetAppLibPath(const std::string& moduleName, const std::vector<std::string>& appLibPath, in SetAppLibPath() argument
503 for (size_t i = 0; i < appLibPath.size(); i++) { in SetAppLibPath()
504 if (appLibPath[i].empty()) { in SetAppLibPath()
507 tmpPath += appLibPath[i]; in SetAppLibPath()
H A Dnative_module_manager.h85 void SetAppLibPath(const std::string& moduleName, const std::vector<std::string>& appLibPath,
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp901 for (const auto &appLibPath : appLibPaths) { in SetAppLibPath() local
902 moduleManager->SetAppLibPath(appLibPath.first, appLibPath.second, isSystemApp); in SetAppLibPath()