Searched refs:fileHash (Results 1 – 4 of 4) sorted by relevance
/system/tools/hidl/ |
D | Interface.h | 43 Scope* parent, const Reference<Type>& superType, const Hash* fileHash);
|
D | AST.cpp | 42 AST::AST(const Coordinator* coordinator, const Hash* fileHash) in AST() argument 44 mFileHash(fileHash), in AST() 46 Location::startOf(coordinator->makeRelative(fileHash->getPath())), in AST()
|
D | AST.h | 54 AST(const Coordinator* coordinator, const Hash* fileHash);
|
D | Interface.cpp | 51 Scope* parent, const Reference<Type>& superType, const Hash* fileHash) in Interface() argument 52 : Scope(localName, fullName, location, parent), mSuperType(superType), mFileHash(fileHash) {} in Interface()
|