Searched refs:resolvedPath (Results 1 – 2 of 2) sorted by relevance
94 bool EffectConfig::resolveLibrary(const std::string& path, std::string* resolvedPath) { in resolveLibrary() argument104 *resolvedPath = std::move(candidatePath); in resolveLibrary()116 *resolvedPath = std::move(candidatePath); in resolveLibrary()129 std::string resolvedPath; in parseLibrary() local130 if (!resolveLibrary(path, &resolvedPath)) { in parseLibrary()134 mLibraryMap[name] = resolvedPath; in parseLibrary()135 LOG(DEBUG) << __func__ << " " << name << " : " << resolvedPath; in parseLibrary()
110 bool resolveLibrary(const std::string& path, std::string* resolvedPath);