Searched refs:mDriverPath (Results 1 – 2 of 2) sorted by relevance
50 if (!mDriverPath.empty()) { in setDriverPath()52 mDriverPath.c_str(), path.c_str()); in setDriverPath()56 mDriverPath = path; in setDriverPath()88 if (mDriverPath.empty()) in getDriverNamespace()96 mDriverPath.c_str(), // default_library_path in getDriverNamespace()
47 std::string mDriverPath; variable