Home
last modified time | relevance | path

Searched defs:partition (Results 1 – 6 of 6) sorted by relevance

/base/update/packaging_tools/
Dscript_generator.py102 def sha_check(self, ranges_str, expected_sha, partition): argument
116 def first_block_check(self, partition): argument
126 def abort(self, partition): argument
149 def block_update(self, partition): argument
160 def sparse_image_write(self, partition): argument
169 def raw_image_write(self, partition, image_file_name): argument
Dpatch_package_process.py38 def __init__(self, partition, tgt_sparse_image, src_sparse_image, argument
386 def write_script(self, partition, script_check_cmd_list, argument
506 def __init__(self, partition): argument
Dtransfers_manager.py69 def __init__(self, partition, tgt_sparse_img_obj, src_sparse_img_obj, argument
/base/update/updater/services/flashd/
Dflash_service.cpp110 int FlashService::DoFlashPartition(const std::string &fileName, const std::string &partition) in DoFlashPartition()
130 int FlashService::GetPartitionPath(const std::string &partition, std::string &paratitionPath) in GetPartitionPath()
151 int FlashService::DoErasePartition(const std::string &partition) in DoErasePartition()
171 int FlashService::DoFormatPartition(const std::string &partition, const std::string &fsType) in DoFormatPartition()
194 int FlashService::DoResizeParatiton(const std::string &partition, uint32_t blocks) in DoResizeParatiton()
613 int DoUpdaterFinish(FlashHandle handle, uint8_t type, const std::string &partition) in DoUpdaterFinish()
Dpartition.cpp230 std::string Partition::ReadPartitionSysInfo(const std::string &partition, in ReadPartitionSysInfo()
/base/update/ota_lite/frameworks/source/updater/
Dhota_updater.c439 static void GetCurrentDloadCompPartition(int *partition) in GetCurrentDloadCompPartition()
468 int partition = PARTITION_ERROR; in StashRecvDataToBuffer() local