Searched defs:fetch (Results 1 – 3 of 3) sorted by relevance
/system/libvintf/ | ||
D | FileSystem.cpp | 28 status_t FileSystemImpl::fetch(const std::string& path, std::string* fetched, in fetch() function in android::vintf::details::FileSystemImpl |
D | check_vintf.cpp | 67 status_t fetch(const std::string& path, std::string* fetched, in fetch() function in android::vintf::details::HostFileSystem |
/system/libvintf/test/ | ||
D | utils-fake.h | 40 status_t fetch(const std::string& path, std::string* fetched, std::string*) const override { in fetch() function |