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

/frameworks/base/tools/aapt2/
H A DResourceValues.cpp212 FileReference::FileReference(const StringPool::Ref& _path) : path(_path) { function in class:FileReference
215 bool FileReference::equals(const Value* value) const {
216 const FileReference* other = valueCast<FileReference>(value);
223 bool FileReference::flatten(android::Res_value* outValue) const {
233 FileReference* FileReference::clone(StringPool* newPool) const {
234 FileReference* fr = new FileReference(newPoo
[all...]
H A DResourceValues.h231 struct FileReference : public BaseItem<FileReference> { struct in namespace:aapt
239 FileReference() = default;
240 FileReference(const StringPool::Ref& path);
244 FileReference* clone(StringPool* newPool) const override;

Completed in 178 milliseconds