Home
last modified time | relevance | path

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

/system/libvintf/
Dutils.h41 status_t fetchInternal(const std::string& path, std::string& fetched, std::string* error) { in fetchInternal() function
59 return fetchInternal(path, fetched, error); in fetch()
62 return fetchInternal(path, fetched, nullptr); in fetch()
Dcheck_vintf.cpp55 return HostFileFetcher::fetchInternal(path, fetched, error); in fetch()
58 return HostFileFetcher::fetchInternal(path, fetched, nullptr); in fetch()
68 status_t fetchInternal(const std::string& path, std::string& fetched, std::string* error) { in fetchInternal() function in android::vintf::details::HostFileFetcher
69 status_t status = FileFetcher::fetchInternal(mRootDir + path, fetched, error); in fetchInternal()
/system/libvintf/test/
Dutils-fake.h35 return real_.fetchInternal(path, fetched, nullptr); in MockFileFetcher()