Home
last modified time | relevance | path

Searched refs:fetchFunction (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/libvintf/
H A DRuntimeInfo-target.cpp192 for (const auto& fetchFunction : gFetchFunctions) in fetchAllInformation() local
193 if ((flags & fetchFunction.flags) && ((err = fetchFunction.fetch(this, flags)) != OK)) in fetchAllInformation()
194 LOG(WARNING) << "Cannot fetch or parse " << fetchFunction.description << ": " in fetchAllInformation()