Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
H A Ddisk_info.cpp189 int maxVolumes = GetMaxVolume(device_); in ReadPartition() local
190 if (maxVolumes < 0) { in ReadPartition()
191 LOGE("Invaild maxVolumes: %{public}d", maxVolumes); in ReadPartition()
216 return ReadDiskLines(lines, maxVolumes); in ReadPartition()