Searched refs:maxVols (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/disk/ |
H A D | disk_info.h | 71 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 D | disk_info.cpp | 245 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()
|