Home
last modified time | relevance | path

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

/third_party/libfuse/util/
Dmount.fuse.c252 char *dev_fd_mountpoint = NULL; in main() local
422 dev_fd_mountpoint = xrealloc(NULL, 20); in main()
423 snprintf(dev_fd_mountpoint, 20, "/dev/fd/%u", fuse_fd); in main()
424 mountpoint = dev_fd_mountpoint; in main()
442 free(dev_fd_mountpoint); in main()