Lines Matching refs:mDriverPath
134 if (!mDriverPath.empty() || !mSphalLibraries.empty()) { in setDriverPathAndSphalLibraries()
137 mDriverPath.c_str(), path.c_str(), mSphalLibraries.c_str(), sphalLibraries.c_str()); in setDriverPathAndSphalLibraries()
142 mDriverPath = path; in setDriverPathAndSphalLibraries()
497 if (mDriverPath.empty()) { in getDriverNamespace()
514 mDriverPath = gpuService->getUpdatableDriverPath(); in getDriverNamespace()
515 if (mDriverPath.empty()) { in getDriverNamespace()
518 mDriverPath.append(UPDATABLE_DRIVER_ABI); in getDriverNamespace()
519 ALOGI("Driver path is setup via UPDATABLE_GFX_DRIVER: %s", mDriverPath.c_str()); in getDriverNamespace()
528 mDriverPath.c_str(), // ld_library_path in getDriverNamespace()
529 mDriverPath.c_str(), // default_library_path in getDriverNamespace()
542 return mDriverPath; in getDriverPath()