Searched refs:fileHash (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/tools/hidl/ |
H A D | Interface.h | 43 Scope* parent, const Reference<Type>& superType, const Hash* fileHash);
|
H A 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()
|
H A 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()
|
H A D | AST.h | 54 AST(const Coordinator* coordinator, const Hash* fileHash);
|
/aosp12/frameworks/base/packages/Shell/src/com/android/shell/ |
H A D | BugreportProgressService.java | 461 String fileHash = null; in generateFileHash() local 476 fileHash = sb.toString(); in generateFileHash() 480 return fileHash; in generateFileHash()
|