Home
last modified time | relevance | path

Searched defs:fileDetails (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/hash/
Dhash.cpp22 FileDetailMap fileDetails; in GenHashKey() local
31 bool Hash::FormatStdout(const FileDetailMap &fileDetails) in FormatStdout()
44 bool Hash::FormatFile(const FileDetailMap &fileDetails, const std::string &filePath) in FormatFile()
65 std::vector<std::string> Hash::GetHashInfo(const FileDetailMap &fileDetails) in GetHashInfo()
/drivers/hdf_core/framework/tools/hdi-gen/
Dmain.cpp43 std::vector<FileDetail> fileDetails; in main() local
/drivers/hdf_core/framework/tools/hdi-gen/preprocessor/
Dpreprocessor.cpp40 bool Preprocessor::Preprocess(std::vector<FileDetail> &fileDetails) in Preprocess()
63 bool Preprocessor::UnitPreprocess(FileDetailMap &fileDetails) in UnitPreprocess()
/drivers/hdf_core/framework/tools/hdi-gen/parser/
Dparser.cpp48 bool Parser::Parse(const std::vector<FileDetail> &fileDetails) in Parse()