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;
51 IFile* CreateFileSegment(size_t offset, size_t len);
59 // Any segments created from this IFile need to be owned by this IFile, so
64 std::list<std::unique_ptr<IFile>> segments_;
67 // An IFile that wraps an underlying IFile but limits it to a subsection of that file.
68 class FileSegment : public IFile {
70 explicit FileSegment(IFile* fil
[all...]

Completed in 120 milliseconds