Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/disk/
H A Ddisk_info.h71 int32_t ReadDiskLines(std::vector<std::string> lines, int32_t maxVols);
75 Table table, int32_t maxVols, bool &foundPart);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
H A Ddisk_info.cpp245 int32_t DiskInfo::ReadDiskLines(std::vector<std::string> lines, int32_t maxVols) in ReadDiskLines() argument
270 ProcessPartition(it, split.end(), table, maxVols, foundPart); in ReadDiskLines()
282 Table table, int32_t maxVols, bool &foundPart) in ProcessPartition() argument
289 if ((index > maxVols && majorId == DISK_MMC_MAJOR) || index < 1) { in ProcessPartition()