HomeSort by: relevance | last modified time | path
    Searched refs:fuse_chan_mountpoint (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/librefuse/refuse/
v26.c 67 if (strcmp(mountpoint, fuse_chan_mountpoint(ch)) != 0)
69 __func__, mountpoint, fuse_chan_mountpoint(ch));
chan.h 70 const char* fuse_chan_mountpoint(const struct fuse_chan* chan);
v21.c 100 rv = fuse_mount_v30(fuse, fuse_chan_mountpoint(chan));
v11.c 76 return strcmp(fuse_chan_mountpoint(chan), mountpoint) == 0;
chan.c 231 fuse_chan_mountpoint(const struct fuse_chan* chan) { function in typeref:typename:const char *

Completed in 101 milliseconds