HomeSort by relevance Sort by last modified time
    Searched refs:CanRewind (Results 1 - 6 of 6) sorted by null

  /frameworks/base/tools/aapt2/io/
Io.h 44 virtual bool CanRewind() const { return false; };
48 // This does nothing if CanRewind() returns false.
BigBufferInputStream.h 36 bool CanRewind() const override;
Data.h 69 bool CanRewind() const override { return true; }
118 bool CanRewind() const override { return true; }
166 bool CanRewind() const override { return true; }
201 bool CanRewind() const override { return true; }
BigBufferStreams.cpp 57 bool BigBufferInputStream::CanRewind() const { return true; }
  /frameworks/base/tools/aapt2/compile/
Png.h 68 bool CanRewind() const override { return true; }
  /frameworks/base/tools/aapt2/flatten/
Archive.cpp 196 if ((flags & ArchiveEntry::kCompress) != 0 && in->CanRewind()) {

Completed in 2855 milliseconds