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

/frameworks/base/tools/aapt2/
H A DResourceValues.cpp263 FileReference::FileReference(const StringPool::Ref& _path) : path(_path) {} function in class:aapt::FileReference
265 bool FileReference::Equals(const Value* value) const {
266 const FileReference* other = ValueCast<FileReference>(value);
273 bool FileReference::Flatten(android::Res_value* out_value) const {
283 FileReference* FileReference::Clone(StringPool* new_pool) const {
284 FileReference* fr = new FileReference(new_poo
[all...]
H A DResourceValues.h217 struct FileReference : public BaseItem<FileReference> { struct in namespace:aapt
224 FileReference() = default;
225 explicit FileReference(const StringPool::Ref& path);
229 FileReference* Clone(StringPool* new_pool) const override;

Completed in 145 milliseconds