Searched refs:lunIndexName (Results 1 – 4 of 4) sorted by relevance
35 char lunIndexName = 'a' + lunIndex; in GetDeviceLunCapacity() local36 std::string capacityPath = std::string(PREFIX_SYS_CLASS_BLOCK) + lunIndexName + "/size"; in GetDeviceLunCapacity()49 char lunIndexName = 'a' + lunIndex; in SetDeviceLunNum() local50 std::string ufsNode = std::string(PREFIX_UFS_NODE) + lunIndexName; in SetDeviceLunNum()247 char lunIndexName = 'a' + lunIndex; in ReadAndCheckMbr() local248 std::string ufsNode = std::string(PREFIX_UFS_NODE) + lunIndexName; in ReadAndCheckMbr()279 char lunIndexName = 'a' + lunIndex; in LoadPartitionInfoFromLun() local280 std::string ufsNode = std::string(PREFIX_UFS_NODE) + lunIndexName; in LoadPartitionInfoFromLun()342 char lunIndexName = 'a' + ufsPtnDataInfo_[i].lunIndex; in WritePartitionTable() local343 std::string ufsNode = std::string(PREFIX_UFS_NODE) + lunIndexName; in WritePartitionTable()
44 char lunIndexName = 'a' + ptnInfo.lun; in GetDataWriter() local45 const std::string writePath = std::string(PREFIX_UFS_NODE) + lunIndexName; in GetDataWriter()
233 char lunIndexName = 'a' + ptnInfo.lun; in GetWritePathAndOffset() local234 writePath = std::string(PREFIX_UFS_NODE) + lunIndexName; in GetWritePathAndOffset()
415 char lunIndexName = 'a' + ptnInfo.lun; in GetWritePathAndOffset() local416 writePath = std::string(PREFIX_UFS_NODE) + lunIndexName; in GetWritePathAndOffset()