Home | History | Annotate | Download | only in fs_mgr

Lines Matching defs:partition

43 static AvbIOResult read_from_partition(AvbOps* ops, const char* partition, int64_t offset,
46 partition, offset, num_bytes, buffer, out_num_read);
82 const char* partition ATTRIBUTE_UNUSED,
85 // for a given partition in kernel cmdline.
88 snprintf(guid_buf, guid_buf_size, "1234-fake-guid-for:%s", partition);
93 const char* partition ATTRIBUTE_UNUSED,
135 AvbIOResult FsManagerAvbOps::ReadFromPartition(const char* partition, int64_t offset,
138 const auto iter = by_name_symlink_map_.find(partition);
140 LERROR << "by-name symlink not found for partition: '" << partition << "'";
157 // number of bytes from the end of the partition.
161 PERROR << "Failed to lseek64 to end of the partition";
167 PERROR << "Failed to lseek64 to the beginning of the partition";