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()591 if (mDriverPath.empty()) { in getDriverNamespace()601 mDriverPath.c_str(), // ld_library_path in getDriverNamespace()602 mDriverPath.c_str(), // default_library_path in getDriverNamespace()
139 std::string mDriverPath; variable