Searched defs:IFile (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/io/
H A DFile.h33 class IFile { class in namespace:aapt::io
35 virtual ~IFile() = default;
60 virtual IFile* next() = 0;
71 virtual IFile* findFile(const StringPiece& path) = 0;

Completed in 36 milliseconds