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

/system/tools/hidl/
H A DAST.cpp38 AST::AST(const Coordinator* coordinator, const Hash* fileHash) argument
40 mFileHash(fileHash),
41 mRootScope("(root scope)", FQName(), Location::startOf(fileHash->getPath()),
H A DInterface.cpp72 Scope* parent, const Reference<Type>& superType, const Hash* fileHash)
73 : Scope(localName, fullName, location, parent), mSuperType(superType), mFileHash(fileHash) {}
71 Interface(const char* localName, const FQName& fullName, const Location& location, Scope* parent, const Reference<Type>& superType, const Hash* fileHash) argument

Completed in 6861 milliseconds