Searched refs:unique (Results 1 - 1 of 1) sorted by relevance

/bootable/recovery/
H A Dfuse_sideload.cpp98 static void fuse_reply(const fuse_data* fd, uint64_t unique, const void* data, size_t len) { argument
102 hdr.unique = unique;
147 fuse_reply(fd, hdr->unique, &out, fuse_struct_size);
180 fuse_reply(fd, hdr->unique, &out, sizeof(out));
204 fuse_reply(fd, hdr->unique, &out, sizeof(out));
214 fuse_reply(fd, hdr->unique, &out, sizeof(out));
296 outhdr.unique = hdr->unique;
476 outhdr.unique
[all...]

Completed in 2 milliseconds