Home
last modified time | relevance | path

Searched refs:Trash (Results 1 - 7 of 7) sorted by relevance

/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/include/
H A Dfile_info.h20 namespace Trash { namespace
30 } // namespace Trash
H A Dfile_trash_n_exporter.h26 namespace Trash { namespace
58 } // namespace Trash
/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/
H A Dmodule.cpp24 namespace Trash { namespace
60 } // namespace Trash
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/command/
H A Ddelete_command_v10.cpp26 int32_t ret = UserFileClientEx::Trash(uri); in DeleteOne()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/include/
H A Duserfile_client_ex.h37 static int Trash(const std::string &uri, bool isRestart = false);
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/
H A Duserfile_client_ex.cpp354 int32_t UserFileClientEx::Trash(const std::string &uri, bool isRestart) in Trash() function in OHOS::Media::MediaTool::UserFileClientEx
/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/
H A Dfile_trash_n_exporter.cpp32 namespace Trash { namespace
193 HILOG_ERROR("FindSourceFilePath: Invalid Path No Trash Path"); in FindSourceFilePath()
209 HILOG_ERROR("FindSourceFilePath: : Invalid Path No Trash Sub Path"); in FindSourceFilePath()
349 // 获取/Trash目录位置 in GetToDeletePath()
433 HILOG_ERROR("ListFile: Failed to recursive all Trash items path"); in ListFile()
619 HILOG_ERROR("Recover: path = %{public}s is not Trash path", path.c_str()); in Recover()
676 HILOG_ERROR("Recover: path = %{public}s is not Trash path", path.c_str()); in CompletelyDelete()
718 FileTrashNExporter::trashPath_ = "/storage/Users/currentUser/.Trash"; in InitTrashPath()
723 FileTrashNExporter::trashPath_ = "/storage/Users/" + userName + "/.Trash"; in InitTrashPath()
736 } // namespace Trash
[all...]

Completed in 4 milliseconds