Home
last modified time | relevance | path

Searched refs:CopyFileFast (Results 1 - 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h179 static bool CopyFileFast(const std::string &sourcePath, const std::string &destPath);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h223 static bool CopyFileFast(const std::string &sourcePath, const std::string &destPath);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp670 bool BundleUtil::CopyFileFast(const std::string &sourcePath, const std::string &destPath) in CopyFileFast() function in OHOS::AppExecFwk::BundleUtil
862 if (!CopyFileFast(filePath, destination)) { in CopyFileToSecurityDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1152 bool InstalldOperator::CopyFileFast(const std::string &sourcePath, const std::string &destPath) in CopyFileFast() function in OHOS::AppExecFwk::InstalldOperator
1155 return BundleUtil::CopyFileFast(sourcePath, destPath); in CopyFileFast()
H A Dinstalld_host_impl.cpp1070 if (!InstalldOperator::CopyFileFast(oldPath, newPath)) { in CopyFile()

Completed in 10 milliseconds