Home
last modified time | relevance | path

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

/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/
Dfile_trash_n_exporter.cpp225 const string &newPrefix, const string &newSuffix) in GenerateNewFileNameWithSuffix()
240 …teNewFileNameNoSuffix(const string &destFile, int32_t distinctSuffixIndex, const string &newPrefix) in GenerateNewFileNameNoSuffix()
273 string newPrefix = newDestFile + " "; in MoveFile() local
277 string newPrefix = destFile.substr(0, suffixPos) + " "; in MoveFile() local