HomeSort by relevance Sort by last modified time
    Searched defs:FileReference (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/aapt2/
ResourceValues.cpp 262 FileReference::FileReference(const StringPool::Ref& _path) : path(_path) {}
264 bool FileReference::Equals(const Value* value) const {
265 const FileReference* other = ValueCast<FileReference>(value);
272 bool FileReference::Flatten(android::Res_value* out_value) const {
282 FileReference* FileReference::Clone(StringPool* new_pool) const {
283 FileReference* fr = new FileReference(new_pool->MakeRef(path))
    [all...]
ResourceValues.h 217 struct FileReference : public BaseItem<FileReference> {
224 FileReference() = default;
225 explicit FileReference(const StringPool::Ref& path);
229 FileReference* Clone(StringPool* new_pool) const override;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 328 milliseconds