Home
last modified time | relevance | path

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

/base/update/updater/services/ptable_parse/
Dufs_ptable.cpp35 char lunIndexName = 'a' + lunIndex; in GetDeviceLunCapacity() local
36 std::string capacityPath = std::string(PREFIX_SYS_CLASS_BLOCK) + lunIndexName + "/size"; in GetDeviceLunCapacity()
49 char lunIndexName = 'a' + lunIndex; in SetDeviceLunNum() local
50 std::string ufsNode = std::string(PREFIX_UFS_NODE) + lunIndexName; in SetDeviceLunNum()
247 char lunIndexName = 'a' + lunIndex; in ReadAndCheckMbr() local
248 std::string ufsNode = std::string(PREFIX_UFS_NODE) + lunIndexName; in ReadAndCheckMbr()
279 char lunIndexName = 'a' + lunIndex; in LoadPartitionInfoFromLun() local
280 std::string ufsNode = std::string(PREFIX_UFS_NODE) + lunIndexName; in LoadPartitionInfoFromLun()
342 char lunIndexName = 'a' + ufsPtnDataInfo_[i].lunIndex; in WritePartitionTable() local
343 std::string ufsNode = std::string(PREFIX_UFS_NODE) + lunIndexName; in WritePartitionTable()
/base/update/updater/services/flashd/image_writer/
Dimage_writer.cpp44 char lunIndexName = 'a' + ptnInfo.lun; in GetDataWriter() local
45 const std::string writePath = std::string(PREFIX_UFS_NODE) + lunIndexName; in GetDataWriter()
/base/update/updater/services/flow_update/update_bin/
Dcomponent_processor.cpp233 char lunIndexName = 'a' + ptnInfo.lun; in GetWritePathAndOffset() local
234 writePath = std::string(PREFIX_UFS_NODE) + lunIndexName; in GetWritePathAndOffset()
/base/update/updater/services/updater_binary/
Dupdate_processor.cpp415 char lunIndexName = 'a' + ptnInfo.lun; in GetWritePathAndOffset() local
416 writePath = std::string(PREFIX_UFS_NODE) + lunIndexName; in GetWritePathAndOffset()