Searched refs:mDriverPath (Results 1 – 2 of 2) sorted by relevance
152 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()589 if (mDriverPath.empty()) { in getDriverNamespace()599 mDriverPath.c_str(), // ld_library_path in getDriverNamespace()600 mDriverPath.c_str(), // default_library_path in getDriverNamespace()
135 std::string mDriverPath; variable