Home
last modified time | relevance | path

Searched refs:fuse_opt_add_arg (Results 1 - 16 of 16) sorted by relevance

/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_opt.c50 int fuse_opt_add_arg(struct fuse_args *args, const char *arg) in fuse_opt_add_arg() function
72 if (fuse_opt_add_arg(args, arg) == -1) in fuse_opt_insert_arg()
96 return fuse_opt_add_arg(&ctx->outargs, arg); in add_arg()
H A Dmount.c273 fuse_opt_add_arg(outargs, "-oallow_root") == -1) in fuse_mount_opt_proc()
629 fuse_opt_add_arg(&sa, args->argv[sa.argc]); in fuse_kern_mount()
H A Dfuse.c2938 if (fuse_opt_add_arg(&args, "") != -1 && in fuse_lib_help_modules()
2939 fuse_opt_add_arg(&args, "-h") != -1) { in fuse_lib_help_modules()
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_opt.h221 int fuse_opt_add_arg(struct fuse_args *args, const char *arg);
/third_party/libfuse/include/
H A Dfuse_opt.h231 int fuse_opt_add_arg(struct fuse_args *args, const char *arg);
/third_party/libfuse/lib/
H A Dfuse_opt.c55 int fuse_opt_add_arg(struct fuse_args *args, const char *arg) in fuse_opt_add_arg() function
83 if (fuse_opt_add_arg(args, arg) == -1) in fuse_opt_insert_arg_common()
112 return fuse_opt_add_arg(&ctx->outargs, arg); in add_arg()
H A Dhelper.c200 res = fuse_opt_add_arg(args, subtype_opt); in add_default_subtype()
H A Dfuse.c4696 if (fuse_opt_add_arg(&a, "") == -1 || in print_module_help()
4697 fuse_opt_add_arg(&a, "-h") == -1) in print_module_help()
H A Dfuse_lowlevel.c3051 if(fuse_opt_add_arg(args, "-oallow_other") == -1)
/third_party/libfuse/example/
H A Dhello.c172 assert(fuse_opt_add_arg(&args, "--help") == 0); in main()
H A Dpassthrough_hp.cc1327 if (fuse_opt_add_arg(&args, argv[0]) || in main()
1328 fuse_opt_add_arg(&args, "-o") || in main()
1329 fuse_opt_add_arg(&args, fs.fuse_mount_options.c_str()) || in main()
1330 (fs.debug_fuse && fuse_opt_add_arg(&args, "-odebug"))) in main()
H A Dcuse.c277 return fuse_opt_add_arg(outargs, "-ho"); in cusexmp_process_arg()
/third_party/libfuse/test/
H A Dtest_setattr.c158 assert(fuse_opt_add_arg(&args, "-oauto_unmount") == 0); in main()
H A Dtest_write_cache.c251 assert(fuse_opt_add_arg(&args, "-oauto_unmount") == 0); in main()
/third_party/ntfs-3g/src/
H A Dntfs-3g.c4212 if ((fuse_opt_add_arg(&margs, EXEC_NAME) == -1 || in try_fuse_mount()
4213 fuse_opt_add_arg(&margs, "-o") == -1 || in try_fuse_mount()
4214 fuse_opt_add_arg(&margs, parsed_options) == -1)) { in try_fuse_mount()
4254 if (fuse_opt_add_arg(&args, "") == -1) in mount_fuse()
4265 || (fuse_opt_add_arg(&args, buf) == -1)) in mount_fuse()
4269 if (fuse_opt_add_arg(&args, "-ouse_ino,kernel_cache" in mount_fuse()
4273 if (fuse_opt_add_arg(&args, "-ouse_ino,kernel_cache" in mount_fuse()
4279 if (fuse_opt_add_arg(&args, "-odebug") == -1) in mount_fuse()
H A Dlowntfs-3g.c4503 if ((fuse_opt_add_arg(&margs, EXEC_NAME) == -1 ||
4504 fuse_opt_add_arg(&margs, "-o") == -1 ||
4505 fuse_opt_add_arg(&margs, parsed_options) == -1)) {
4545 if (fuse_opt_add_arg(&args, "") == -1)
4548 if (fuse_opt_add_arg(&args, "-odebug") == -1)

Completed in 44 milliseconds