Home
last modified time | relevance | path

Searched refs:newDestPath (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.cpp463 string newDestPath = sourceFilePath; in RecoverFile() local
464 if (newDestPath.length() == 0 || !Mkdirs(sourceFilePath, false, newDestPath)) { in RecoverFile()
470 int moveRet = MoveFile(filePath, newDestPath); in RecoverFile()
523 string newDestPath = sourceFilePath; in MakeAndFindUpdateNameDir() local
524 if (Mkdirs(sourceFilePath, true, newDestPath)) { in MakeAndFindUpdateNameDir()
525 HILOG_DEBUG("MakeAndFindUpdateNameDir: newDestPath = %{public}s", newDestPath.c_str()); in MakeAndFindUpdateNameDir()
526 if (newDestPath != sourceFilePath) { in MakeAndFindUpdateNameDir()
527 dirPath2UpdatedNameMap.insert(make_pair(sourceFilePath, newDestPath)); in MakeAndFindUpdateNameDir()