Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dblockimg.cpp2155 const std::unique_ptr<Value>& arg_filename = args[0]; in CheckFirstBlockFn() local
2157 if (arg_filename->type != Value::Type::STRING) { in CheckFirstBlockFn()
2162 auto block_device_path = state->updater->FindBlockDeviceName(arg_filename->data); in CheckFirstBlockFn()
2164 LOG(ERROR) << "Block device path for " << arg_filename->data << " not found. " << name in CheckFirstBlockFn()