Searched refs:fetchInternal (Results 1 – 3 of 3) sorted by relevance
/system/libvintf/ |
D | utils.h | 41 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()
|
D | check_vintf.cpp | 55 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/ |
D | utils-fake.h | 35 return real_.fetchInternal(path, fetched, nullptr); in MockFileFetcher()
|