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

/frameworks/av/media/libeffects/factory/
H A DEffectsXmlConfigLoader.cpp65 std::string absolutePath; variable
66 if (!resolveLibrary(relativePath, &absolutePath)) {
71 const char* path = absolutePath.c_str();
/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp400 std::string absolutePath = std::string(search) + "/" + pattern + ".so"; local
401 if (!access(absolutePath.c_str(), R_OK)) {
402 result = absolutePath;
434 std::string absolutePath = MatchFile::find(kind); local
435 if (absolutePath.empty()) {
439 const char* const driver_absolute_path = absolutePath.c_str();

Completed in 99 milliseconds