Searched defs:fetch (Results 1 – 7 of 7) 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 80 status_t FileSystemNoOp::fetch(const std::string&, std::string*, std::string*) const { in fetch() function in android::vintf::details::FileSystemNoOp 100 status_t FileSystemUnderPath::fetch(const std::string& path, std::string* fetched, in fetch() function in android::vintf::details::FileSystemUnderPath
|
D | HostFileSystem.cpp | 36 status_t HostFileSystem::fetch(const std::string& path, std::string* fetched, in fetch() function in android::vintf::details::HostFileSystem
|
D | RuntimeInfo-target.cpp | 171 std::function<status_t(RuntimeInfoFetcher*, RuntimeInfo::FetchFlags)> fetch; member
|
D | VintfFm.cpp | 67 status_t fetch(const std::string& path, std::string* fetched, in fetch() function in android::vintf::__anon6f1498f00111::WritableFileSystemImpl
|
/system/libvintf/test/ |
D | utils-fake.h | 42 status_t fetch(const std::string& path, std::string* fetched, std::string*) const override { in fetch() function
|
D | LibVintfTest.cpp | 4453 status_t fetch(const std::string& path, std::string* fetched, in fetch() function
|
/system/core/fastboot/ |
D | fastboot.cpp | 1450 auto fetch = std::bind(fetch_partition, _1, borrowed_fd(fd)); in do_fetch() local
|