Home
last modified time | relevance | path

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

/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp143 if (!mDriverPath.empty() || !mSphalLibraries.empty()) { in setDriverPathAndSphalLibraries()
146 mDriverPath.c_str(), path.c_str(), mSphalLibraries.c_str(), sphalLibraries.c_str()); in setDriverPathAndSphalLibraries()
151 mDriverPath = path; in setDriverPathAndSphalLibraries()
582 if (mDriverPath.empty()) { in getDriverNamespace()
592 mDriverPath.c_str(), // ld_library_path in getDriverNamespace()
593 mDriverPath.c_str(), // default_library_path in getDriverNamespace()
/frameworks/native/libs/graphicsenv/include/graphicsenv/
DGraphicsEnv.h148 std::string mDriverPath; variable