Home
last modified time | relevance | path

Searched refs:cutSum (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.cpp268 size_t cutSum = fileName.length() - str->len; in TruncFileName() local
269 filePathName = filePathName.substr(0, filePathName.length() - cutSum - 1) + " "; in TruncFileName()