Home
last modified time | relevance | path

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

/aosp12/system/libvintf/
H A DFileSystem.cpp28 status_t FileSystemImpl::fetch(const std::string& path, std::string* fetched, in fetch()
82 status_t FileSystemUnderPath::fetch(const std::string& path, std::string* fetched, in fetch()
H A DHostFileSystem.cpp36 status_t HostFileSystem::fetch(const std::string& path, std::string* fetched, in fetch()
H A DVintfFm.cpp67 status_t fetch(const std::string& path, std::string* fetched, in fetch()
/aosp12/system/libvintf/test/
H A Dutils-fake.h40 status_t fetch(const std::string& path, std::string* fetched, std::string*) const override { in fetch()
H A DVintfFmTest.cpp197 .WillByDefault(Invoke([](const auto&, auto* fetched, auto*) { in SetUp() argument
261 .WillByDefault(Invoke([this](const auto& path, auto* fetched, auto*) { in SetUp() argument
H A Dvintf_object_tests.cpp425 Invoke([vendorManifestXml](const std::string& path, std::string& fetched) { in setupMockFetcher()
432 Invoke([systemManifestXml](const std::string& path, std::string& fetched) { in setupMockFetcher()
438 .WillByDefault(Invoke([vendorMatrixXml](const std::string& path, std::string& fetched) { in setupMockFetcher()
444 .WillByDefault(Invoke([systemMatrixXml](const std::string& path, std::string& fetched) { in setupMockFetcher()
/aosp12/system/core/fastboot/fuzzy_fastboot/
H A Dmain.cpp687 TemporaryFile fetched; in TEST_F() local
766 TemporaryFile fetched; in TEST_F() local