Searched refs:dentryPath (Results 1 – 2 of 2) sorted by relevance
170 …string dentryPath = LOCAL_PATH_DATA_SERVICE_EL2 + to_string(userId) + LOCAL_PATH_HMDFS_CACHE_CLOUD; in StartFuse() local171 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()
1129 string dentryPath = metaFile->GetDentryFilePath(); in RmDir() local1130 if (unlink(dentryPath.c_str()) != 0) { in RmDir()