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

/frameworks/base/tools/aapt2/io/
H A DFileSystem.cpp41 return util::make_unique<EmptyData>();
H A DData.h189 // When mmap fails because the file has length 0, we use the EmptyData to simulate data of length 0.
190 class EmptyData : public IData { class in namespace:aapt::io
192 virtual ~EmptyData() = default;

Completed in 42 milliseconds