Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/core/param_update/src/
H A Dparam_manager.cpp62 bool ParamManager::CopyFile(const std::string& srcFile, const std::string& dstFile) in CopyFile()
76 std::string dstFile(file); in CopyConfigFiles() local
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dzip_utils.cpp22 bool ZipUtils::ZipFolder(const std::string &srcPath, const std::string &dstFile, const ZipTickNotif… in ZipFolder()
/ohos5.0/base/startup/appspawn/service/hnp/base/
H A Dhnp_sal.c114 int HnpSymlink(const char *srcFile, const char *dstFile) in HnpSymlink()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/test/moduletest/utils/src/
H A Dcommon_tool.cpp80 FILE *dstFile = fopen(dstPath.c_str(), "w"); in CopyTmpFileToSystemPath() local
/ohos5.0/base/startup/appspawn/service/hnp/installer/src/
H A Dhnp_installer.c53 char dstFile[MAX_FILE_PATH_LEN]; in HnpGenerateSoftLinkAllByJson() local
110 char dstFile[MAX_FILE_PATH_LEN]; in HnpGenerateSoftLinkAll() local
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler_asset.cpp197 auto dstFile = GetDstFile(sendFile, assetObj->srcBundleName_, in AssetSendFile() local
349 std::stringstream dstFile; in GetDstFile() local
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/
H A Dtest_util.cpp257 void TestUtil::CopyFile(const string &srcFile, const string &dstFile) in CopyFile()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp224 int DBCommon::CopyFile(const std::string &srcFile, const std::string &dstFile) in CopyFile()