Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/ipc/
H A Dcloud_daemon.cpp170 …string dentryPath = LOCAL_PATH_DATA_SERVICE_EL2 + to_string(userId) + LOCAL_PATH_HMDFS_CACHE_CLOUD; in StartFuse() local
171 if (access(dentryPath.c_str(), F_OK) != 0) { in StartFuse()
183 if (mkdir(dentryPath.c_str(), STAT_MODE_DIR) != 0 && errno != EEXIST) { in StartFuse()
187 if (chown(dentryPath.c_str(), OID_DFS, OID_DFS) != 0) { in StartFuse()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_cloud.cpp1129 string dentryPath = metaFile->GetDentryFilePath(); in RmDir() local
1130 if (unlink(dentryPath.c_str()) != 0) { in RmDir()