Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/ptable_parse/
H A Dufs_ptable.cpp72 std::string UfsPtable::GetDeviceLunNodePath(const uint32_t lun) in GetDeviceLunNodePath() function in Updater::UfsPtable
85 std::string ufsNode = GetDeviceLunNodePath(lunIndex); in SetDeviceLunNum()
163 newPtnInfo.writePath = GetDeviceLunNodePath(lun); in UfsReadGpt()
197 …LOG(INFO) << "reserve " << reservedSize_ << "block for " << GetDeviceLunNodePath(ptnDataInfo.lunIn… in UfsPatchGptHeader()
311 std::string ufsNode = GetDeviceLunNodePath(lunIndex); in ReadAndCheckMbr()
342 std::string ufsNode = GetDeviceLunNodePath(lunIndex); in LoadPartitionInfoFromLun()
404 std::string ufsNode = GetDeviceLunNodePath(ufsPtnDataInfo_[i].lunIndex); in WritePartitionTable()
433 std::string ufsNode = GetDeviceLunNodePath(lunIdx); in WriteBackupPartitionTable()
510 std::string ufsNode = GetDeviceLunNodePath(i + startLu); in EditPartitionBuf()
553 std::string ufsNode = GetDeviceLunNodePath(i + ptableData_.startLunNumber); in GetPtableImageBuffer()
H A Dufs_ptable.h60 virtual std::string GetDeviceLunNodePath(const uint32_t lun);