Searched defs:absolutePath (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp390 std::string absolutePath = std::string(search) + "/" + pattern; local
391 if (!access(absolutePath.c_str(), R_OK)) {
392 result = absolutePath;
425 std::string absolutePath = MatchFile::find(kind); local
426 if (absolutePath.empty()) {
430 const char* const driver_absolute_path = absolutePath.c_str();

Completed in 36 milliseconds