Home
last modified time | relevance | path

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

/system/iorap/src/inode2filename/
Ddata_source.cc93 class TextCacheDataSource : public DataSource { class
95 TextCacheDataSource(DataSourceDependencies dependencies) in TextCacheDataSource() function in iorap::inode2filename::TextCacheDataSource
160 virtual ~TextCacheDataSource() {} in ~TextCacheDataSource()
173 return std::shared_ptr<DataSource>{new TextCacheDataSource{std::move(dependencies)}}; in Create()