Home
last modified time | relevance | path

Searched refs:mFileHash (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/tools/hidl/
H A DInterface.h147 const Hash* mFileHash; member
H A DAST.cpp44 mFileHash(fileHash), in AST()
67 return mFileHash->getPath(); in getFilename()
70 return mFileHash; in getFileHash()
H A DInterface.cpp52 : Scope(localName, fullName, location, parent), mSuperType(superType), mFileHash(fileHash) {} in Interface()
59 return mFileHash; in getFileHash()
H A DAST.h232 const Hash* mFileHash; member