Home
last modified time | relevance | path

Searched defs:dstFile (Results 1 – 7 of 7) sorted by relevance

/base/hiviewdfx/hiview/core/param_update/src/
Dparam_manager.cpp62 bool ParamManager::CopyFile(const std::string& srcFile, const std::string& dstFile) in CopyFile()
76 std::string dstFile(file); in CopyConfigFiles() local
/base/hiviewdfx/hidumper/frameworks/native/src/util/
Dzip_utils.cpp22 bool ZipUtils::ZipFolder(const std::string &srcPath, const std::string &dstFile, const ZipTickNotif… in ZipFolder()
/base/global/i18n/frameworks/intl/parameter_upgrade/src/
Dupgrade_utils.cpp70 std::filesystem::path dstFile = std::filesystem::path(dstPath) / file; in CopyDataFile() local
175 …deUtils::CopySingleFile(const std::filesystem::path& srcFile, const std::filesystem::path& dstFile) in CopySingleFile()
/base/startup/appspawn/service/hnp/base/
Dhnp_sal.c164 int HnpSymlink(const char *srcFile, const char *dstFile, HnpCfgInfo *hnpCfg, bool canRecovery, bool… in HnpSymlink()
/base/update/sys_installer/services/module_update/util/src/
Dmodule_update_verify.cpp180 bool RestorePackage(const std::string &dstFile, const std::string &sourceFile) in RestorePackage()
/base/startup/appspawn/service/hnp/installer/src/
Dhnp_installer.c54 char dstFile[MAX_FILE_PATH_LEN]; in HnpGenerateSoftLinkAllByJson() local
109 char dstFile[MAX_FILE_PATH_LEN]; in HnpGenerateSoftLinkAll() local
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/
Dtest_util.cpp257 void TestUtil::CopyFile(const string &srcFile, const string &dstFile) in CopyFile()