Searched refs:mSphalLibraries (Results 1 – 2 of 2) sorted by relevance
179 if (!mDriverPath.empty() || !mSphalLibraries.empty()) { in setDriverPathAndSphalLibraries()182 mDriverPath.c_str(), path.c_str(), mSphalLibraries.c_str(), sphalLibraries.c_str()); in setDriverPathAndSphalLibraries()188 mSphalLibraries = sphalLibraries; in setDriverPathAndSphalLibraries()279 if (!linkDriverNamespaceLocked(mDriverNamespace, vndkNamespace, mSphalLibraries)) { in getDriverNamespace()
167 std::string mSphalLibraries; variable