Home
last modified time | relevance | path

Searched refs:PACKAGE_FILE_ID (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/fuse_sideload/
Dfuse_sideload.cpp68 static constexpr uint64_t PACKAGE_FILE_ID = FUSE_ROOT_ID + 1; variable
172 } else if (hdr->nodeid == PACKAGE_FILE_ID) { in handle_getattr()
173 fill_attr(&(out.attr), fd, PACKAGE_FILE_ID, fd->file_size, S_IFREG | 0444); in handle_getattr()
193 out.nodeid = PACKAGE_FILE_ID; in handle_lookup()
194 out.generation = PACKAGE_FILE_ID; in handle_lookup()
195 fill_attr(&(out.attr), fd, PACKAGE_FILE_ID, fd->file_size, S_IFREG | 0444); in handle_lookup()
210 if (hdr->nodeid != PACKAGE_FILE_ID) return -ENOENT; in handle_open()
280 if (hdr->nodeid != PACKAGE_FILE_ID) return -ENOENT; in handle_read()