Home
last modified time | relevance | path

Searched refs:GenerateHash (Results 1 – 3 of 3) sorted by relevance

/developtools/global_resource_tool/include/
Dresource_util.h147 static std::string GenerateHash(const std::string &key);
/developtools/global_resource_tool/src/
Dresource_append.cpp114 …string filePath = FileEntry::FilePath(outputPath).Append(ResourceUtil::GenerateHash(resourcePath))… in ScanResources()
283 string hash = ResourceUtil::GenerateHash(fileInfo.filePath); in ScanFile()
450 string hash = ResourceUtil::GenerateHash(filePath); in WriteRawFile()
Dresource_util.cpp247 string ResourceUtil::GenerateHash(const string &key) in GenerateHash() function in OHOS::Global::Restool::ResourceUtil