Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/utils/dentry/include/
H A Dmeta_file.h145 int32_t RemoveFromRecycleDentryfile(uint32_t userId, const std::string &bundleName,
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dmeta_file_clouddisk_mock.cpp576 int32_t MetaFileMgr::RemoveFromRecycleDentryfile(uint32_t userId, const std::string &bundleName, in RemoveFromRecycleDentryfile() function in OHOS::FileManagement::MetaFileMgr
/ohos5.0/foundation/filemanagement/dfs_service/utils/dentry/src/
H A Dmeta_file_clouddisk.cpp728 int32_t MetaFileMgr::RemoveFromRecycleDentryfile(uint32_t userId, const std::string &bundleName, in RemoveFromRecycleDentryfile() function in OHOS::FileManagement::MetaFileMgr
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_rdbstore.cpp755 ret = MetaFileMgr::GetInstance().RemoveFromRecycleDentryfile(userId_, bundleName_, name, in RecycleSetXattr()