Searched refs:fetched (Results 1 – 6 of 6) sorted by relevance
/system/libvintf/ |
D | FileSystem.cpp | 28 status_t FileSystemImpl::fetch(const std::string& path, std::string* fetched, in fetch() argument 30 if (!android::base::ReadFileToString(path, fetched, true /* follow_symlinks */)) { in fetch() 82 status_t FileSystemUnderPath::fetch(const std::string& path, std::string* fetched, in fetch() argument 84 return mImpl.fetch(mRootDir + path, fetched, error); in fetch()
|
D | check_vintf.cpp | 67 status_t fetch(const std::string& path, std::string* fetched, in fetch() argument 73 status_t status = details::FileSystemImpl::fetch(resolved, 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 | 386 Invoke([vendorManifestXml](const std::string& path, std::string& fetched) { in setupMockFetcher() argument 388 fetched = vendorManifestXml; in setupMockFetcher() 393 Invoke([systemManifestXml](const std::string& path, std::string& fetched) { in setupMockFetcher() argument 395 fetched = systemManifestXml; in setupMockFetcher() 399 .WillByDefault(Invoke([vendorMatrixXml](const std::string& path, std::string& fetched) { in setupMockFetcher() argument 401 fetched = vendorMatrixXml; in setupMockFetcher() 405 .WillByDefault(Invoke([systemMatrixXml](const std::string& path, std::string& fetched) { in setupMockFetcher() argument 407 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.
|