Home
last modified time | relevance | path

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

/system/libvintf/
DFileSystem.cpp28 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
DHostFileSystem.cpp36 status_t HostFileSystem::fetch(const std::string& path, std::string* fetched, in fetch() function in android::vintf::details::HostFileSystem
DRuntimeInfo-target.cpp171 std::function<status_t(RuntimeInfoFetcher*, RuntimeInfo::FetchFlags)> fetch; member
DVintfFm.cpp67 status_t fetch(const std::string& path, std::string* fetched, in fetch() function in android::vintf::__anon6f1498f00111::WritableFileSystemImpl
/system/libvintf/test/
Dutils-fake.h42 status_t fetch(const std::string& path, std::string* fetched, std::string*) const override { in fetch() function
DLibVintfTest.cpp4453 status_t fetch(const std::string& path, std::string* fetched, in fetch() function
/system/core/fastboot/
Dfastboot.cpp1450 auto fetch = std::bind(fetch_partition, _1, borrowed_fd(fd)); in do_fetch() local