Searched refs:unique (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/ |
D | fuse_sideload.c | 97 static void fuse_reply(struct fuse_data* fd, __u64 unique, const void *data, size_t len) in fuse_reply() argument 105 hdr.unique = unique; in fuse_reply() 154 fuse_reply(fd, hdr->unique, &out, fuse_struct_size); in handle_init() 189 fuse_reply(fd, hdr->unique, &out, sizeof(out)); in handle_getattr() 214 fuse_reply(fd, hdr->unique, &out, sizeof(out)); in handle_lookup() 227 fuse_reply(fd, hdr->unique, &out, sizeof(out)); in handle_open() 319 outhdr.unique = hdr->unique; in handle_read() 508 outhdr.unique = hdr->unique; in run_fuse_sideload()
|
/bootable/recovery/minadbd/ |
D | README.txt | 1 minadbd is now mostly built from libadbd. The fuse features are unique to
|