Home
last modified time | relevance | path

Searched defs:fetched (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()
82 status_t FileSystemUnderPath::fetch(const std::string& path, std::string* fetched, in fetch()
DHostFileSystem.cpp36 status_t HostFileSystem::fetch(const std::string& path, std::string* fetched, in fetch()
DVintfFm.cpp67 status_t fetch(const std::string& path, std::string* fetched, in fetch()
/system/libvintf/test/
Dutils-fake.h40 status_t fetch(const std::string& path, std::string* fetched, std::string*) const override { in fetch()
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
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()
/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp687 TemporaryFile fetched; in TEST_F() local
766 TemporaryFile fetched; in TEST_F() local