Searched refs:fetched (Results 1 – 7 of 7) sorted by relevance
/system/libvintf/ |
D | FileSystem.cpp | 30 status_t FileSystemImpl::fetch(const std::string& path, std::string* fetched, in fetch() argument 45 *fetched = ss.str(); in fetch() 87 status_t FileSystemUnderPath::fetch(const std::string& path, std::string* fetched, in fetch() argument 89 return mImpl.fetch(mRootDir + path, fetched, error); in fetch()
|
D | VintfObjectRecovery.cpp | 81 status_t fetch(const std::string& path, std::string* fetched, std::string* error) const { in fetch() argument 85 return fs->fetch(path, fetched, error); in fetch()
|
D | check_vintf.cpp | 49 status_t fetch(const std::string& path, std::string* fetched, in fetch() argument 51 status_t status = FileSystemUnderPath::fetch(path, fetched, error); in fetch()
|
/system/libvintf/test/ |
D | utils-fake.h | 36 MOCK_CONST_METHOD2(fetch, status_t(const std::string& path, std::string& fetched)); 40 status_t fetch(const std::string& path, std::string* fetched, std::string*) const override { in fetch() argument 42 return fetch(path, *fetched); in fetch()
|
D | vintf_object_tests.cpp | 389 Invoke([vendorManifestXml](const std::string& path, std::string& fetched) { in setupMockFetcher() argument 391 fetched = vendorManifestXml; in setupMockFetcher() 396 Invoke([systemManifestXml](const std::string& path, std::string& fetched) { in setupMockFetcher() argument 398 fetched = systemManifestXml; in setupMockFetcher() 404 .WillByDefault(Invoke([vendorMatrixXml](const std::string& path, std::string& fetched) { in setupMockFetcher() argument 406 fetched = vendorMatrixXml; in setupMockFetcher() 410 .WillByDefault(Invoke([systemMatrixXml](const std::string& path, std::string& fetched) { in setupMockFetcher() argument 412 fetched = systemMatrixXml; in setupMockFetcher()
|
/system/libvintf/include/vintf/ |
D | FileSystem.h | 40 virtual status_t fetch(const std::string& path, std::string* fetched, 68 virtual status_t fetch(const std::string& path, std::string* fetched,
|
/system/libhidl/transport/token/1.0/ |
D | ITokenManager.hal | 31 * @param store Interface which can later be fetched with the returned token.
|