Searched refs:candidatePath (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/factory/
H A DEffectsXmlConfigLoader.cpp49 std::string candidatePath = std::string(libraryDirectory) + '/' + path; local
50 if (access(candidatePath.c_str(), R_OK) == 0) {
51 *resolvedPath = std::move(candidatePath);

Completed in 48 milliseconds