Searched defs:fetched (Results 1 – 5 of 5) sorted by relevance
/system/libvintf/ |
D | FileSystem.cpp | 30 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()
|
D | VintfObjectRecovery.cpp | 81 status_t fetch(const std::string& path, std::string* fetched, std::string* error) const { in fetch()
|
D | check_vintf.cpp | 49 status_t fetch(const std::string& path, std::string* fetched, in fetch()
|
/system/libvintf/test/ |
D | utils-fake.h | 40 status_t fetch(const std::string& path, std::string* fetched, std::string*) const override { in fetch()
|
D | vintf_object_tests.cpp | 389 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()
|