Searched refs:LL_OPTION (Results 1 – 1 of 1) sorted by relevance
/external/libfuse/lib/ |
D | fuse_lowlevel.c | 2690 #define LL_OPTION(n,o,v) \ macro 2694 LL_OPTION("debug", debug, 1), 2695 LL_OPTION("-d", debug, 1), 2696 LL_OPTION("--debug", debug, 1), 2697 LL_OPTION("allow_root", deny_others, 1),
|