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

/frameworks/base/tools/aapt2/io/
H A DFile.h35 class IFile { class in namespace:aapt::io
37 virtual ~IFile() = default;
53 IFile* CreateFileSegment(size_t offset, size_t len);
61 // Any segments created from this IFile need to be owned by this IFile, so
66 std::list<std::unique_ptr<IFile>> segments_;
69 // An IFile that wraps an underlying IFile but limits it to a subsection of that file.
70 class FileSegment : public IFile {
72 explicit FileSegment(IFile* fil
[all...]

Completed in 27 milliseconds