Home
last modified time | relevance | path

Searched defs:fetch (Results 1 – 5 of 5) sorted by relevance

/system/libvintf/
DFileSystem.cpp30 status_t FileSystemImpl::fetch(const std::string& path, std::string* fetched, in fetch() function in android::vintf::details::FileSystemImpl
71 status_t FileSystemNoOp::fetch(const std::string&, std::string*, std::string*) const { in fetch() function in android::vintf::details::FileSystemNoOp
87 status_t FileSystemUnderPath::fetch(const std::string& path, std::string* fetched, in fetch() function in android::vintf::details::FileSystemUnderPath
DVintfObjectRecovery.cpp81 status_t fetch(const std::string& path, std::string* fetched, std::string* error) const { in fetch() function in android::vintf::details::RecoveryFileSystem
Dcheck_vintf.cpp49 status_t fetch(const std::string& path, std::string* fetched, in fetch() function in android::vintf::details::HostFileSystem
/system/libvintf/test/
Dutils-fake.h40 status_t fetch(const std::string& path, std::string* fetched, std::string*) const override { in fetch() function
/system/libhidl/libhidlcache/
DHidlCache.h131 sp<Value> HidlCache<Key, Value, Compare>::fetch(const Key& key) { in fetch() function