Lines Matching full:partition
55 * partition does not exist.
59 * of the partition.
114 /* Reads |num_bytes| from offset |offset| from partition with name
115 * |partition| (NUL-terminated UTF-8 string). If |offset| is
117 * of bytes from the end of the partition.
120 * there is no partition with the given name,
122 * |offset| is outside the partition, and AVB_IO_RESULT_ERROR_IO if
128 * of the partition. In this case the value returned in
132 const char* partition,
138 /* Gets the starting pointer of a partition that is pre-loaded in memory, and
139 * save it to |out_pointer|. The preloaded partition is expected to be
144 * This provides an alternative way to access a partition that is preloaded
148 * used for accessing the entire partition content to calculate its hash.
150 * Preloaded partition data must outlive the lifespan of the
154 const char* partition,
160 /* Writes |num_bytes| from |bffer| at offset |offset| to partition
161 * with name |partition| (NUL-terminated UTF-8 string). If |offset|
163 * number of bytes from the end of the partition.
166 * there is no partition with the given name,
168 * byterange goes outside the partition, and AVB_IO_RESULT_ERROR_IO
177 const char* partition,
183 * partition is trusted. Boot loaders typically compare this with
248 /* Gets the unique partition GUID for a partition with name in
249 * |partition| (NUL-terminated UTF-8 string). The GUID is copied as
259 const char* partition,
263 /* Gets the size of a partition with the name in |partition|
267 * If the partition doesn't exist the AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION
273 const char* partition,
327 * partition to get the public key for is passed in |partition_name|.
329 * Also returns the rollback index location to use for the partition, in
336 const char* partition,