Searched refs:CopyFileFast (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_util.h | 181 static bool CopyFileFast(const std::string &sourcePath, const std::string &destPath);
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/ |
H A D | file_util.h | 98 int CopyFileFast(const std::string &src, const std::string &des);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_operator.h | 235 static bool CopyFileFast(const std::string &sourcePath, const std::string &destPath);
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/ |
H A D | file_util.cpp | 306 int CopyFileFast(const std::string &src, const std::string &des) in CopyFileFast() function
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_util.cpp | 684 bool BundleUtil::CopyFileFast(const std::string &sourcePath, const std::string &destPath) in CopyFileFast() function in OHOS::AppExecFwk::BundleUtil 894 if (!CopyFileFast(filePath, destination)) { in CopyFileToSecurityDir()
|
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/ |
H A D | event_publish.cpp | 131 if (FileUtil::CopyFileFast(externalLog, destPath) == 0) { in CopyExternalLog()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 1274 bool InstalldOperator::CopyFileFast(const std::string &sourcePath, const std::string &destPath) in CopyFileFast() function in OHOS::AppExecFwk::InstalldOperator 1277 return BundleUtil::CopyFileFast(sourcePath, destPath); in CopyFileFast()
|
H A D | installd_host_impl.cpp | 1124 if (!InstalldOperator::CopyFileFast(oldPath, newPath)) { in CopyFile()
|