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

/frameworks/base/tools/aapt/
H A DOutputSet.h27 class OutputEntry { class
29 OutputEntry() {} function in class:OutputEntry
30 OutputEntry(const android::String8& path, const android::sp<const AaptFile>& file) function in class:OutputEntry
41 bool operator<(const OutputEntry& o) const { return getPath() < o.mPath; }
42 bool operator==(const OutputEntry& o) const { return getPath() == o.mPath; }
51 virtual const std::set<OutputEntry>& getEntries() const = 0;

Completed in 42 milliseconds