Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
H A Ddisk_info.cpp248 bool foundPart = false; in ReadDiskLines() local
270 ProcessPartition(it, split.end(), table, maxVols, foundPart); in ReadDiskLines()
274 if (table == Table::UNKNOWN || !foundPart) { in ReadDiskLines()
282 Table table, int32_t maxVols, bool &foundPart) in ProcessPartition() argument
301 foundPart = CreateMBRVolume(type, partitionDev); in ProcessPartition()
303 foundPart = true; in ProcessPartition()
309 foundPart = true; in ProcessPartition()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/disk/
H A Ddisk_info.h75 Table table, int32_t maxVols, bool &foundPart);