Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp72 static const string CLOUD_CACHE_XATTR_NAME = "user.cloud.cacheMap"; variable
725 if (getxattr(cachePath.c_str(), CLOUD_CACHE_XATTR_NAME.c_str(), mp.get(), in LoadCacheFileIndex()
873 … if (setxattr(cachePath.c_str(), CLOUD_CACHE_XATTR_NAME.c_str(), cInode->cacheFileIndex.get(), in CloudRelease()