Home
last modified time | relevance | path

Searched defs:fetched (Results 1 – 4 of 4) 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()
Dcheck_vintf.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()
Dvintf_object_tests.cpp386 Invoke([vendorManifestXml](const std::string& path, std::string& fetched) { in setupMockFetcher()
393 Invoke([systemManifestXml](const std::string& path, std::string& fetched) { in setupMockFetcher()
399 .WillByDefault(Invoke([vendorMatrixXml](const std::string& path, std::string& fetched) { in setupMockFetcher()
405 .WillByDefault(Invoke([systemMatrixXml](const std::string& path, std::string& fetched) { in setupMockFetcher()