Searched refs:CopyFleInner (Results 1 – 5 of 5) sorted by relevance
84 return ResourceUtil::CopyFleInner(fileInfo.filePath, GetOutputFilePath(fileInfo)); in CopyFile()
288 if (!ResourceUtil::CopyFleInner(entry->GetFilePath().GetPath(), subPath)) { in CopyRawFileImpl()490 if (!ResourceUtil::CopyFleInner(source, dst)) { in CopyIcon()
260 … return ResourceUtil::CopyFleInner(fileInfo.filePath, outPath.Append(ID_DEFINED_FILE).GetPath()); in ScanFile()550 if (!ResourceUtil::CopyFleInner(filePathStr, outPath.Append(data).GetPath())) { in LoadResourceItemFromMem()
213 bool ResourceUtil::CopyFleInner(const string &src, const string &dst) in CopyFleInner() function in OHOS::Global::Restool::ResourceUtil
125 static bool CopyFleInner(const std::string &src, const std::string &dst);