Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dfile_utils.cpp534 std::string docsPath = filesPath + "Docs/"; in MoveFileManagerData() local
535 MoveDataShell(filesPath + "Download/", docsPath); in MoveFileManagerData()
536 MoveDataShell(filesPath + "Documents/", docsPath); in MoveFileManagerData()
537 MoveDataShell(filesPath + "Desktop/", docsPath); in MoveFileManagerData()
538 MoveDataShell(filesPath + ".Trash/", docsPath); in MoveFileManagerData()