Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon.cpp441 bool isSrcFile = false; in GetRealPath() local
447 auto ret = daemon->GetRemoteCopyInfo(srcUri, isSrcFile, isSrcDir); in GetRealPath()
475 ret = CheckCopyRule(physicalPath, dstUri, hapTokenInfo, isSrcFile, info); in GetRealPath()
489 const bool &isSrcFile, in CheckCopyRule() argument
493 if (isSrcFile && !Utils::IsFolder(physicalPath)) { in CheckCopyRule()
542 int32_t Daemon::GetRemoteCopyInfo(const std::string &srcUri, bool &isSrcFile, bool &srcIsDir) in GetRemoteCopyInfo() argument
550 isSrcFile = Utils::IsFile(physicalPath); in GetRemoteCopyInfo()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Ddaemon.h114 const bool &isSrcFile,