Home
last modified time | relevance | path

Searched defs:srcFile (Results 1 – 13 of 13) sorted by relevance

/base/hiviewdfx/hiview/base/utility/
Dhiview_zip_util.cpp48 int32_t HiviewZipUnit::AddFileInZip(const std::string& srcFile, ZipFileLevel zipFileLevel) in AddFileInZip()
101 std::string HiviewZipUnit::GetDstFilePath(const std::string& srcFile, ZipFileLevel zipFileLevel) in GetDstFilePath()
Dhiview_config_util.cpp90 std::string srcFile = srcDir + configFileName; in UnZipConfigFile() local
/base/global/i18n/frameworks/intl/parameter_upgrade/src/
Dupgrade_utils.cpp69 std::filesystem::path srcFile = std::filesystem::path(srcPath) / file; in CopyDataFile() local
175 bool UpgradeUtils::CopySingleFile(const std::filesystem::path& srcFile, const std::filesystem::path… in CopySingleFile()
/base/update/updater/services/updater_binary/
Dupdate_image_patch.cpp169 std::string srcFile = UPDATER_PATH + para.partName + ".backup"; in GetSourceFile() local
202 std::string srcFile = GetSourceFile(para); in ExecuteImagePatch() local
/base/hiviewdfx/hiview/core/param_update/src/
Dparam_manager.cpp62 bool ParamManager::CopyFile(const std::string& srcFile, const std::string& dstFile) in CopyFile()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/impl/trace/strategy/src/
Dtrace_handler.cpp29 const std::string& srcFile, const std::string& traceFile) in WriteTrafficLog()
44 const std::string& srcFile, const std::string& zipFile) in WriteZipTrafficLog()
/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/hiviewdfx/hiview/plugins/event_store/event_export/test/unittest/common/
Devent_export_write_test.cpp73 void AssertWroteFiles(const std::string& srcFile, const std::string& destFile) in AssertWroteFiles()
/base/startup/appspawn/service/hnp/installer/src/
Dhnp_installer.c53 char srcFile[MAX_FILE_PATH_LEN]; in HnpGenerateSoftLinkAllByJson() local
108 char srcFile[MAX_FILE_PATH_LEN]; in HnpGenerateSoftLinkAll() local
455 static int HnpReadAndInstall(char *srcFile, HnpInstallInfo *hnpInfo, HnpSignMapInfo *hnpSignMapInfo… in HnpReadAndInstall()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/impl/trace/
Dtrace_collector_impl.cpp46 void ZipShareTempTraceFile(const std::string &srcFile) in ZipShareTempTraceFile()
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/
Dtest_util.cpp257 void TestUtil::CopyFile(const string &srcFile, const string &dstFile) in CopyFile()
/base/security/dlp_permission_service/test/fuzztest/dlp_permission/fuzzer/dlpcredential_fuzzer/
Ddlpcredential_fuzzer.cpp194 std::string srcFile; in UtilTest() local
/base/print/print_fwk/services/print_service/src/
Dprint_cups_client.cpp525 FILE *srcFile = fopen(realSrc, "rb"); in CopyDirectory() local