Home
last modified time | relevance | path

Searched refs:fileDetails (Results 1 - 7 of 7) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/hash/
H A Dhash.cpp22 FileDetailMap fileDetails; in GenHashKey() local
23 if (!Preprocessor::UnitPreprocess(fileDetails)) { in GenHashKey()
28 return filePath.empty() ? FormatStdout(fileDetails) : FormatFile(fileDetails, filePath); in GenHashKey()
31 bool Hash::FormatStdout(const FileDetailMap &fileDetails) in FormatStdout() argument
33 std::vector<std::string> hashInfos = Hash::GetHashInfo(fileDetails); in FormatStdout()
44 bool Hash::FormatFile(const FileDetailMap &fileDetails, const std::string &filePath) in FormatFile() argument
46 std::vector<std::string> hashInfos = Hash::GetHashInfo(fileDetails); in FormatFile()
65 std::vector<std::string> Hash::GetHashInfo(const FileDetailMap &fileDetails) in GetHashInfo() argument
68 for (const auto &detail : fileDetails) { in GetHashInfo()
[all...]
H A Dhash.h24 static bool FormatStdout(const FileDetailMap &fileDetails);
26 static bool FormatFile(const FileDetailMap &fileDetails, const std::string &filePath);
28 static std::vector<std::string> GetHashInfo(const FileDetailMap &fileDetails);
/drivers/hdf_core/framework/tools/hdi-gen/
H A Dmain.cpp43 std::vector<FileDetail> fileDetails; in main() local
44 if (!Preprocessor::Preprocess(fileDetails)) { in main()
50 if (!parser.Parse(fileDetails)) { in main()
/drivers/hdf_core/framework/tools/hdi-gen/preprocessor/
H A Dpreprocessor.h43 static bool Preprocess(std::vector<FileDetail> &fileDetails);
45 static bool UnitPreprocess(FileDetailMap &fileDetails);
H A Dpreprocessor.cpp40 bool Preprocessor::Preprocess(std::vector<FileDetail> &fileDetails) in Preprocess() argument
56 if (!CheckCircularReference(allFileDetails, fileDetails)) { in Preprocess()
63 bool Preprocessor::UnitPreprocess(FileDetailMap &fileDetails) in UnitPreprocess() argument
76 fileDetails[info.GetFullName()] = info; in UnitPreprocess()
/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.h43 bool Parse(const std::vector<FileDetail> &fileDetails);
H A Dparser.cpp48 bool Parser::Parse(const std::vector<FileDetail> &fileDetails) in Parse() argument
50 for (const auto &fileDetail : fileDetails) { in Parse()

Completed in 5 milliseconds