Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/ptable_parse/
H A Dufs_ptable.cpp411 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 Dptable.h179 …bool WriteBufferToPath(const std::string &path, const uint64_t offset, const uint8_t *buffer, cons…
H A Demmc_ptable.cpp106 if (!WriteBufferToPath(emmcNode, 0, emmcPtnDataInfo_.data, GPT_PARTITION_SIZE)) { in WritePartitionTable()
H A Dptable.cpp499 bool Ptable::WriteBufferToPath(const std::string &path, const uint64_t offset, in WriteBufferToPath() function in Updater::Ptable