Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/hash/
H A Dhash.cpp35 return filePath.empty() ? FormatStdout(fileDetails) : FormatFile(fileDetails, filePath); in GenHashKey()
38 bool Hash::FormatStdout(const FileDetailMap &fileDetails) in FormatStdout() function in OHOS::Idl::Hash
H A Dhash.h31 static bool FormatStdout(const FileDetailMap &fileDetails);
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/hash/
H A Dhash.cpp28 return filePath.empty() ? FormatStdout(fileDetails) : FormatFile(fileDetails, filePath); in GenHashKey()
31 bool Hash::FormatStdout(const FileDetailMap &fileDetails) in FormatStdout() function in OHOS::HDI::Hash
H A Dhash.h24 static bool FormatStdout(const FileDetailMap &fileDetails);