Searched refs:GenerateNewFileName (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/ |
H A D | file_trash_n_exporter.cpp | 251 static int GenerateNewFileName(string &destFile, const string &filePathName, int32_t index, const s… in GenerateNewFileName() function 256 return GenerateNewFileName(destFile, filePathName, index, fileSuffix); in GenerateNewFileName() 276 return GenerateNewFileName(newDestFile, filePathName, distinctSuffixIndex, fileSuffix); in TruncFileName() 304 ret = GenerateNewFileName(newDestFile, filePathName, distinctSuffixIndex, fileSuffix); in MoveFile()
|