Home
last modified time | relevance | path

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

/system/libvintf/
DFileSystem.cpp30 status_t FileSystemImpl::fetch(const std::string& path, std::string* fetched, in fetch()
87 status_t FileSystemUnderPath::fetch(const std::string& path, std::string* fetched, in fetch()
DVintfObjectRecovery.cpp81 status_t fetch(const std::string& path, std::string* fetched, std::string* error) const { in fetch()
Dcheck_vintf.cpp49 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()
Dvintf_object_tests.cpp389 Invoke([vendorManifestXml](const std::string& path, std::string& fetched) { in setupMockFetcher()
396 Invoke([systemManifestXml](const std::string& path, std::string& fetched) { in setupMockFetcher()
404 .WillByDefault(Invoke([vendorMatrixXml](const std::string& path, std::string& fetched) { in setupMockFetcher()
410 .WillByDefault(Invoke([systemMatrixXml](const std::string& path, std::string& fetched) { in setupMockFetcher()