Searched refs:WriteBufferToPath (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/update/updater/services/ptable_parse/ |
H A D | ufs_ptable.cpp | 411 if (!WriteBufferToPath(ufsNode, 0, ufsPtnDataInfo_[i].data, writeDataLen)) { in WritePartitionTable() 452 … if (!WriteBufferToPath(ufsNode, deviceBackGptHeaderOffset, backUpHeader.get(), deviceBlockSize)) { in WriteBackupPartitionTable() 458 if (!WriteBufferToPath(ufsNode, deviceBackGptEntryOffset, ufsPtnDataInfo_[lunIdx].data + in WriteBackupPartitionTable()
|
H A D | ptable.h | 179 …bool WriteBufferToPath(const std::string &path, const uint64_t offset, const uint8_t *buffer, cons…
|
H A D | emmc_ptable.cpp | 106 if (!WriteBufferToPath(emmcNode, 0, emmcPtnDataInfo_.data, GPT_PARTITION_SIZE)) { in WritePartitionTable()
|
H A D | ptable.cpp | 499 bool Ptable::WriteBufferToPath(const std::string &path, const uint64_t offset, in WriteBufferToPath() function in Updater::Ptable
|