Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/
H A Dfile_trash_n_exporter.cpp263 int distinctSuffixIndex = 1; in TruncFileName() local
270 newDestFile = filePathName + to_string(distinctSuffixIndex) + fileSuffix; in TruncFileName()
276 return GenerateNewFileName(newDestFile, filePathName, distinctSuffixIndex, fileSuffix); in TruncFileName()
302 int32_t distinctSuffixIndex = 1; in MoveFile() local
303 string newDestFile = filePathName + to_string(distinctSuffixIndex) + fileSuffix; in MoveFile()
304 ret = GenerateNewFileName(newDestFile, filePathName, distinctSuffixIndex, fileSuffix); in MoveFile()