Searched refs:tarName (Results 1 - 4 of 4) sorted by relevance
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | ext_extension.cpp | 252 string tarName = path + fileName; in GetFileHandle() local 253 if (access(tarName.c_str(), F_OK) == 0) { in GetFileHandle() 256 UniqueFd tarFd(open(tarName.data(), O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR)); in GetFileHandle() 258 HILOGE("Open file failed, file name is %{private}s, err = %{public}d", tarName.data(), errno); in GetFileHandle() 331 string tarName = path + fileName; in GetIncrementalFileHandlePath() local 332 return tarName; in GetIncrementalFileHandlePath() 342 string tarName = GetIncrementalFileHandlePath(fileName, bundleName_); in GetIncreFileHandleForNormalVersion() local 344 if (access(tarName.c_str(), F_OK) == 0) { in GetIncreFileHandleForNormalVersion() 345 HILOGE("The file already exists, tarname = %{public}s, err =%{public}d", GetAnonyPath(tarName).c_str(), errno); in GetIncreFileHandleForNormalVersion() 348 UniqueFd fd(open(tarName in GetIncreFileHandleForNormalVersion() 648 string tarName = tarFileInfo.begin()->first; TarFileReady() local 798 string tarName = path + fileName; DoRestore() local 828 GetTarIncludes(const string &tarName) GetTarIncludes() argument 887 string tarName = path + item; DoIncrementalRestore() local 1007 string tarName = item.hashName; RestoreTarForSpecialCloneCloud() local 1257 DeleteBackupIncrementalTars(const string &tarName) DeleteBackupIncrementalTars() argument 1881 string tarName = string(INDEX_FILE_INCREMENTAL_BACKUP).append(tarFile); IncrementalTarFileReady() local [all...] |
/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/ |
H A D | ext_extension_test.cpp | 238 string tarName = " "; in HWTEST_F() local 239 auto ret = GetTarIncludes(tarName); in HWTEST_F()
|
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/ |
H A D | ext_extension.h | 261 void DeleteBackupIncrementalTars(const string &tarName);
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile.c | 757 static int32_t PackPrepareTar(const char *remotePath, char *tarName, uint32_t maxNameLen) in PackPrepareTar() argument 760 (void)tarName; in PackPrepareTar() 770 char tarName[PATH_MAX + 1] = {0}; in NSTACKX_DFileSendFilesWithRemotePathAndType() local 778 (void)PackPrepareTar(filesInfo->remotePath[0], tarName, PATH_MAX); in NSTACKX_DFileSendFilesWithRemotePathAndType() 810 ctx->fileListInfo->tarFile = strdup(tarName); in NSTACKX_DFileSendFilesWithRemotePathAndType()
|
Completed in 9 milliseconds