Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/utils/system/src/
H A Dutils_directory.cpp294 bool IsFolder(const std::string &name) in IsFolder() function
310 if (!IsFolder(name)) { in GetFilePath()
321 } else if (IsFolder(tmpPath)) { in GetFilePath()
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/include/
H A Dutils_directory.h95 bool IsFolder(const std::string &name);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_session_listener.cpp57 if (Utils::IsFolder(path)) { in GetFileName()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon_execute.cpp262 if (OHOS::Storage::DistributedFile::Utils::IsFolder(physicalPath)) { in GetFileList()
H A Ddaemon.cpp493 if (isSrcFile && !Utils::IsFolder(physicalPath)) { in CheckCopyRule()
551 srcIsDir = Utils::IsFolder(physicalPath); in GetRemoteCopyInfo()