Searched defs:fetched (Results 1 – 4 of 4) sorted by relevance
/system/libvintf/ |
D | FileSystem.cpp | 28 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()
|
D | check_vintf.cpp | 67 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 | 386 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()
|