Lines Matching +full:read +full:- +full:only
1 /* SPDX-License-Identifier: Apache-2.0 */
30 * @param[in] backend - The backend context used to process the request
31 * @param[in] offset - The absolute offset into the flash device as
40 backend(backend), partition(((struct vpnor_data*)backend->priv) in Request()
41 ->vpnor->table->partition(offset)), in Request()
42 base(partition.data.base << backend->block_size_shift), in Request()
43 offset(offset - base) in Request()
52 ssize_t read(void* dst, size_t len);
69 * partition(RW/PRSV/RO) then tries to read the file from
70 * the read only partition.
71 * 1b. if the file not found in the read only partition then
79 * then copy the file from the read only partition to the (RW/PRSV)
81 * 1b. if the file not found in the read only partition then throw
84 * @param[in] flags - The flags that will be used to open the file. Must
87 * Post-condition: The file described by the returned path exists