Home
last modified time | relevance | path

Searched defs:appLibPath (Results 1 – 7 of 7) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
Degl_wrapper_layer.cpp149 std::string appLibPath = g_bundleInfo.applicationInfo.nativeLibraryPath; in GetDebugLayerPaths() local
168 std::string appLibPath = g_bundleInfo.applicationInfo.nativeLibraryPath; in GetSquidHapLayerPaths() local
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/interop/src/cpp/
Dvmloader.cc172 int loadES2Panda(const char* appClassPath, const char* appLibPath) { in loadES2Panda()
215 …T KInt LoadVirtualMachine(KInt vmKind, const char* appClassPath, const char* appLibPath, const For… in LoadVirtualMachine()
/foundation/arkui/napi/module_manager/test/unittest/module_manager_test/
Dmodule_manager_test.cpp263 std::vector<std::string> appLibPath; variable
/foundation/ability/ability_runtime/frameworks/native/runtime/
Dets_runtime.cpp100 auto appLibPath = appLibPathMap_.find(bundleModuleName); in CreateNamespace() local
Djs_runtime.cpp897 for (const auto &appLibPath : appLibPaths) { in SetAppLibPath() local
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_mirror/interop/src/cpp/
Dvmloader.cc168 int loadES2Panda(const char* appClassPath, const char* appLibPath) { in loadES2Panda()
287 …T KInt LoadVirtualMachine(KInt vmKind, const char* appClassPath, const char* appLibPath, const For… in LoadVirtualMachine()
/foundation/arkui/napi/module_manager/
Dnative_module_manager.cpp524 …leManager::SetAppLibPath(const std::string& moduleName, const std::vector<std::string>& appLibPath, in SetAppLibPath()