Home
last modified time | relevance | path

Searched refs:GetFilename (Results 1 – 6 of 6) sorted by relevance

/developtools/global_resource_tool/src/
Dresource_append.cpp86 if (child->GetFilePath().GetFilename() == ID_DEFINED_FILE) { in Combine()
137 if (KeyParser::Parse(entry.GetFilePath().GetFilename(), keyParams)) { in ScanSubResources()
139 if (!ResourceUtil::IslegalPath(child->GetFilePath().GetFilename())) { in ScanSubResources()
149 if (ResourceUtil::IslegalPath(entry.GetFilePath().GetFilename())) { in ScanSubResources()
160 string limitKey = child->GetFilePath().GetFilename(); in ScanSubLimitkeyResources()
208 string fileCuster = child->GetFilePath().GetFilename(); in ScanLimitKey()
237 string filename = child->GetFilePath().GetFilename(); in ScanFiles()
298 string fileCuster = path.GetParent().GetFilename(); in ScanSingleFile()
305 string limitKey = path.GetParent().GetParent().GetFilename(); in ScanSingleFile()
313 FileInfo fileInfo = {directoryInfo, filePath, path.GetFilename() }; in ScanSingleFile()
[all …]
Dresource_directory.cpp33 string limitKey = it->GetFilePath().GetFilename(); in ScanResources()
70 string fileCluster = it->GetFilePath().GetFilename(); in ScanResourceLimitKeyDir()
Di_resource_compiler.cpp50 if (ResourceUtil::IsIgnoreFile(it->GetFilePath().GetFilename(), it->IsFile())) { in Compile()
59 …ileInfo fileInfo = { directoryInfo, it->GetFilePath().GetPath(), it->GetFilePath().GetFilename() }; in Compile()
Dresource_pack.cpp165 if (FileEntry::FilePath(config).GetFilename() == MODULE_JSON) { in InitConfigJson()
274 string filename = entry->GetFilePath().GetFilename(); in CopyRawFileImpl()
Dfile_entry.cpp251 const string &FileEntry::FilePath::GetFilename() const in GetFilename() function in OHOS::Global::Restool::FileEntry::FilePath
/developtools/global_resource_tool/include/
Dfile_entry.h36 const std::string &GetFilename() const;