Home
last modified time | relevance | path

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

/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/ipc/
H A Dcloud_daemon.cpp169 string dentryPath = LOCAL_PATH_DATA_SERVICE_EL2 + to_string(userId) + LOCAL_PATH_HMDFS_CACHE_CLOUD; in StartFuse() local
170 if (access(dentryPath.c_str(), F_OK) != 0) { in StartFuse()
182 if (mkdir(dentryPath.c_str(), STAT_MODE_DIR) != 0 && errno != EEXIST) { in StartFuse()
186 if (chown(dentryPath.c_str(), OID_DFS, OID_DFS) != 0) { in StartFuse()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_cloud.cpp1167 string dentryPath = metaFile->GetDentryFilePath(); in RmDir() local
1168 if (unlink(dentryPath.c_str()) != 0) { in RmDir()

Completed in 5 milliseconds