Searched refs:mDriverPath (Results 1 – 2 of 2) sorted by relevance
143 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()
148 std::string mDriverPath; variable