Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_cloud.cpp55 static const uint32_t STAT_NLINK_DIR = 2; variable
94 childInode->stat.st_nlink = STAT_NLINK_DIR; in InitInodeAttr()
145 child->stat.st_nlink = STAT_NLINK_DIR; in LookUpRecycleBin()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp81 static const unsigned int STAT_NLINK_DIR = 2; variable
411 stbuf->st_nlink = STAT_NLINK_DIR; in GetMetaAttr()