Home
last modified time | relevance | path

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

/base/update/updater/services/fs_manager/
Ddo_partition.cpp39 static int BlkpgPartCommand(const Partition &part, struct blkpg_partition &pg, int op) in BlkpgPartCommand() function
97 return BlkpgPartCommand(part, blkPart, BLKPG_DEL_PARTITION); in BlkpgRemovePartition()
161 if (BlkpgPartCommand(part, blkPart, BLKPG_ADD_PARTITION) < 0) { in BlkpgAddPartition()