Home
last modified time | relevance | path

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

/third_party/libfuse/util/
Dmount.fuse.c124 char* options_copy = xrealloc(NULL, subtype_len); in prepare_fuse_fd() local
126 snprintf(options_copy, subtype_len, "subtype=%s", subtype); in prepare_fuse_fd()
127 options_copy = add_option(options, options_copy); in prepare_fuse_fd()
128 fuse_fd = fuse_open_channel(mountpoint, options_copy); in prepare_fuse_fd()