Home
last modified time | relevance | path

Searched refs:CopyFleInner (Results 1 – 5 of 5) sorted by relevance

/developtools/global_resource_tool/src/
Dgeneric_compiler.cpp84 return ResourceUtil::CopyFleInner(fileInfo.filePath, GetOutputFilePath(fileInfo)); in CopyFile()
Dresource_pack.cpp288 if (!ResourceUtil::CopyFleInner(entry->GetFilePath().GetPath(), subPath)) { in CopyRawFileImpl()
490 if (!ResourceUtil::CopyFleInner(source, dst)) { in CopyIcon()
Dresource_append.cpp260 … return ResourceUtil::CopyFleInner(fileInfo.filePath, outPath.Append(ID_DEFINED_FILE).GetPath()); in ScanFile()
550 if (!ResourceUtil::CopyFleInner(filePathStr, outPath.Append(data).GetPath())) { in LoadResourceItemFromMem()
Dresource_util.cpp213 bool ResourceUtil::CopyFleInner(const string &src, const string &dst) in CopyFleInner() function in OHOS::Global::Restool::ResourceUtil
/developtools/global_resource_tool/include/
Dresource_util.h125 static bool CopyFleInner(const std::string &src, const std::string &dst);