Home
last modified time | relevance | path

Searched refs:destFileName (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_meter.cpp336 int SetAppFileName(std::string& destFileName, std::string& fileName) in SetAppFileName() argument
338 destFileName = SANDBOX_PATH + "trace/"; in SetAppFileName()
341 destFileName = "/data/local/tmp/"; in SetAppFileName()
343 if (access(destFileName.c_str(), F_OK) != 0 && mkdir(destFileName.c_str(), permissions) == -1) { in SetAppFileName()
344 …OG_ERROR(LOG_CORE, "failed to create dir(%{public}s):%{public}d(%{public}s)", destFileName.c_str(), in SetAppFileName()
376 destFileName += std::string(file); in SetAppFileName()
1048 std::string destFileName = fileName; in StartCaptureAppTrace() local
1049 if (destFileName.empty()) { in StartCaptureAppTrace()
1050 auto retval = SetAppFileName(destFileName, fileName); in StartCaptureAppTrace()
1058 g_appFd = open(destFileName.c_str(), O_WRONLY | O_CLOEXEC | O_CREAT | O_TRUNC, mode); in StartCaptureAppTrace()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/log/
H A Dbackup_zip_util.cpp43 …le& zipfile, const std::string& srcFile, int keepParentPathStatus, const std::string& destFileName) in AddFileInZip() argument
56 std::string srcFileName = GetDestFilePath(srcFile, destFileName, keepParentPathStatus); in AddFileInZip()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dzip_util.cpp43 …le& zipfile, const std::string& srcFile, int keepParentPathStatus, const std::string& destFileName) in AddFileInZip() argument
56 std::string srcFileName = GetDestFilePath(srcFile, destFileName, keepParentPathStatus); in AddFileInZip()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/include/
H A Dhks_storage.h75 const char *destPath, const char *destFileName);
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage.c153 const char *destPath, const char *destFileName) in CopyKeyBlobFromSrc() argument
181 ret = HksStorageWriteFile(destPath, destFileName, 0, buffer, size); in CopyKeyBlobFromSrc()