Searched defs:fetch (Results 1 – 5 of 5) sorted by relevance
/system/libvintf/ |
D | FileSystem.cpp | 30 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
|
D | VintfObjectRecovery.cpp | 81 status_t fetch(const std::string& path, std::string* fetched, std::string* error) const { in fetch() function in android::vintf::details::RecoveryFileSystem
|
D | check_vintf.cpp | 49 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
|
/system/libhidl/libhidlcache/ |
D | HidlCache.h | 131 sp<Value> HidlCache<Key, Value, Compare>::fetch(const Key& key) { in fetch() function
|