Home
last modified time | relevance | path

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

/foundation/multimedia/av_session/services/session/server/remote/
Dremote_session_source_proxy.cpp22 static const std::string g_sourceLibraryPath = std::string(SYSTEM_LIB_PATH) + variable
37 if (realpath(g_sourceLibraryPath.c_str(), sourceLibraryRealPath) == nullptr) { in LoadSourceImplement()
38 SLOGE("check path failed %{public}s", g_sourceLibraryPath.c_str()); in LoadSourceImplement()
43 …SLOGE("Failed to open library %{public}s, reason: %{public}sn", g_sourceLibraryPath.c_str(), dlerr… in LoadSourceImplement()
54 g_sourceLibraryPath.c_str()); in LoadSourceImplement()
71 g_sourceLibraryPath.c_str()); in UnLoadSourceImplement()