# `UBootEnv.Location`
[🔗](https://github.com/nerves-project/uboot_env/blob/v1.0.2/lib/uboot_env/location.ex#L5)

Environment block location

# `t`

```elixir
@type t() :: %UBootEnv.Location{
  offset: non_neg_integer(),
  path: Path.t(),
  size: pos_integer()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
