Searched refs:fuse_opt_add_arg (Results 1 - 16 of 16) sorted by relevance
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_opt.c | 50 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 D | mount.c | 273 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 D | fuse.c | 2938 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 D | fuse_opt.h | 221 int fuse_opt_add_arg(struct fuse_args *args, const char *arg);
|
/third_party/libfuse/include/ |
H A D | fuse_opt.h | 231 int fuse_opt_add_arg(struct fuse_args *args, const char *arg);
|
/third_party/libfuse/lib/ |
H A D | fuse_opt.c | 55 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 D | helper.c | 200 res = fuse_opt_add_arg(args, subtype_opt); in add_default_subtype()
|
H A D | fuse.c | 4696 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 D | fuse_lowlevel.c | 3051 if(fuse_opt_add_arg(args, "-oallow_other") == -1)
|
/third_party/libfuse/example/ |
H A D | hello.c | 172 assert(fuse_opt_add_arg(&args, "--help") == 0); in main()
|
H A D | passthrough_hp.cc | 1327 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 D | cuse.c | 277 return fuse_opt_add_arg(outargs, "-ho"); in cusexmp_process_arg()
|
/third_party/libfuse/test/ |
H A D | test_setattr.c | 158 assert(fuse_opt_add_arg(&args, "-oauto_unmount") == 0); in main()
|
H A D | test_write_cache.c | 251 assert(fuse_opt_add_arg(&args, "-oauto_unmount") == 0); in main()
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.c | 4212 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 D | lowntfs-3g.c | 4503 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