Searched refs:arg_filename (Results 1 – 1 of 1) sorted by relevance
2155 const std::unique_ptr<Value>& arg_filename = args[0]; in CheckFirstBlockFn() local2157 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()