Searched refs:params (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/updater/ |
D | updater_runtime_dynamic_partitions.cpp | 74 CreateLogicalPartitionParams params = { in MapPartitionOnDeviceMapper() local 85 return CreateLogicalPartition(params, path); in MapPartitionOnDeviceMapper() 137 bool PerformOpResize(const OpParameters& params) { in PerformOpResize() argument 138 if (!params.ExpectArgSize(2)) return false; in PerformOpResize() 139 const auto& partition_name_suffix = AddSlotSuffix(params.arg(0)); in PerformOpResize() 140 auto size = params.uint_arg(1, "size"); in PerformOpResize() 143 auto partition = params.builder->FindPartition(partition_name_suffix); in PerformOpResize() 153 if (!params.builder->ResizePartition(partition, size.value())) { in PerformOpResize() 161 bool PerformOpRemove(const OpParameters& params) { in PerformOpRemove() argument 162 if (!params.ExpectArgSize(1)) return false; in PerformOpRemove() [all …]
|
D | blockimg.cpp | 552 static void PrintHashForCorruptedSourceBlocks(const CommandParameters& params, in PrintHashForCorruptedSourceBlocks() argument 554 LOG(INFO) << "unexpected contents of source blocks in cmd:\n" << params.cmdline; in PrintHashForCorruptedSourceBlocks() 555 CHECK(params.tokens[0] == "move" || params.tokens[0] == "bsdiff" || in PrintHashForCorruptedSourceBlocks() 556 params.tokens[0] == "imgdiff"); in PrintHashForCorruptedSourceBlocks() 563 if (params.tokens[0] == "move") { in PrintHashForCorruptedSourceBlocks() 565 if (params.tokens.size() < 5) { in PrintHashForCorruptedSourceBlocks() 566 LOG(ERROR) << "failed to parse source range in cmd:\n" << params.cmdline; in PrintHashForCorruptedSourceBlocks() 572 if (params.tokens.size() < 8) { in PrintHashForCorruptedSourceBlocks() 573 LOG(ERROR) << "failed to parse source range in cmd:\n" << params.cmdline; in PrintHashForCorruptedSourceBlocks() 580 if (params.tokens[pos] == "-") { in PrintHashForCorruptedSourceBlocks() [all …]
|
/bootable/libbootloader/libxbc/ |
D | libxbc.c | 56 int32_t addBootConfigParameters(char* params, uint32_t params_size, in addBootConfigParameters() argument 58 if (!params || !bootconfig_start_addr) { in addBootConfigParameters() 77 memcpy((void*)end, params, params_size); in addBootConfigParameters()
|
D | libxbc.h | 38 int addBootConfigParameters(char *params, uint32_t params_size,
|