Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Ddaemon.h111 int32_t CheckCopyRule(std::string &physicalPath,
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon.cpp475 ret = CheckCopyRule(physicalPath, dstUri, hapTokenInfo, isSrcFile, info); in GetRealPath()
486 int32_t Daemon::CheckCopyRule(std::string &physicalPath, in CheckCopyRule() function in OHOS::Storage::DistributedFile::Daemon