Home
last modified time | relevance | path

Searched refs:fetched (Results 1 – 7 of 7) sorted by relevance

/system/libvintf/
DFileSystem.cpp30 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()
DVintfObjectRecovery.cpp81 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()
Dcheck_vintf.cpp49 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/
Dutils-fake.h36 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()
Dvintf_object_tests.cpp389 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/
DFileSystem.h40 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/
DITokenManager.hal31 * @param store Interface which can later be fetched with the returned token.