Searched refs:unique (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/fuse_sideload/ |
D | fuse_sideload.cpp | 98 static void fuse_reply(const fuse_data* fd, uint64_t unique, const void* data, size_t len) { in fuse_reply() argument 102 hdr.unique = unique; in fuse_reply() 147 fuse_reply(fd, hdr->unique, &out, fuse_struct_size); in handle_init() 180 fuse_reply(fd, hdr->unique, &out, sizeof(out)); in handle_getattr() 204 fuse_reply(fd, hdr->unique, &out, sizeof(out)); in handle_lookup() 214 fuse_reply(fd, hdr->unique, &out, sizeof(out)); in handle_open() 297 outhdr.unique = hdr->unique; in handle_read() 479 outhdr.unique = hdr->unique; in run_fuse_sideload()
|
/bootable/libbootloader/gbl/docs/ |
D | gbl_fastboot.md | 33 accept it if the GPT partition is unique among all devices. `offset` defaults 39 * `fastboot flash boot_a` -- Checks that `boot_a` is a unique GPT partition
|