Searched refs:DataSegment (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/io/
H A DFile.cpp37 return util::make_unique<DataSegment>(std::move(data), offset_, len_);
H A DData.h43 class DataSegment : public IData { class in namespace:aapt::io
45 explicit DataSegment(std::unique_ptr<IData> data, size_t offset, size_t len) function in class:aapt::io::DataSegment
47 virtual ~DataSegment() = default;
85 DISALLOW_COPY_AND_ASSIGN(DataSegment);

Completed in 54 milliseconds