Home
last modified time | relevance | path

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

/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp152 if (!mDriverPath.empty() || !mSphalLibraries.empty()) { in setDriverPathAndSphalLibraries()
155 mDriverPath.c_str(), path.c_str(), mSphalLibraries.c_str(), sphalLibraries.c_str()); in setDriverPathAndSphalLibraries()
160 mDriverPath = path; in setDriverPathAndSphalLibraries()
591 if (mDriverPath.empty()) { in getDriverNamespace()
601 mDriverPath.c_str(), // ld_library_path in getDriverNamespace()
602 mDriverPath.c_str(), // default_library_path in getDriverNamespace()
/frameworks/native/libs/graphicsenv/include/graphicsenv/
DGraphicsEnv.h139 std::string mDriverPath; variable