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

  /frameworks/base/tools/aapt2/
LoadedApk.h 36 std::unique_ptr<io::IFileCollection> apk,
40 io::IFileCollection* GetFileCollection() { return apk_.get(); }
66 std::unique_ptr<io::IFileCollection> apk_;
  /frameworks/base/tools/aapt2/link/
TableMerger.h 79 * An io::IFileCollection is optional and used to find the referenced Files
83 io::IFileCollection* collection = nullptr);
87 * An io::IFileCollection is optional and used to find the referenced Files
91 io::IFileCollection* collection = nullptr);
96 * An io::IFileCollection is needed in order to find the referenced Files and
100 io::IFileCollection* collection);
130 io::IFileCollection* collection, bool overlay, bool allow_new);
TableMerger.cpp 41 io::IFileCollection* collection) {
46 io::IFileCollection* collection) {
54 io::IFileCollection* collection, bool overlay,
99 io::IFileCollection* collection) {
  /frameworks/base/tools/aapt2/io/
File.h 95 class IFileCollection {
97 virtual ~IFileCollection() = default;
FileSystem.h 55 * An IFileCollection representing the file system.
57 class FileCollection : public IFileCollection {
ZipArchive.h 65 * An IFileCollection that represents a ZIP archive and the entries within it.
67 class ZipFileCollection : public IFileCollection {
  /frameworks/base/tools/aapt2/unflatten/
BinaryResourceParser.h 49 const void* data, size_t data_len, io::IFileCollection* files = nullptr);
106 io::IFileCollection* files_;
BinaryResourceParser.cpp 78 io::IFileCollection* files)
  /frameworks/base/tools/aapt2/cmd/
Link.cpp     [all...]

Completed in 331 milliseconds