/third_party/ntfs-3g/libfuse-lite/ |
D | helper.c | 13 struct fuse_chan *fuse_mount(const char *mountpoint, struct fuse_args *args) in fuse_mount() argument 30 fd = fuse_kern_mount(mountpoint, args); in fuse_mount() 36 fuse_kern_unmount(mountpoint, fd); in fuse_mount() 41 void fuse_unmount(const char *mountpoint, struct fuse_chan *ch) in fuse_unmount() argument 44 fuse_kern_unmount(mountpoint, fd); in fuse_unmount()
|
D | mount.c | 363 void fuse_kern_unmount(const char *mountpoint, int fd) in fuse_kern_unmount() argument 370 if (!mountpoint) in fuse_kern_unmount() 390 fusermount(1, 0, 1, "", mountpoint); in fuse_kern_unmount() 393 fuse_mnt_umount("fuse", mountpoint, 1); in fuse_kern_unmount() 397 res = umount2(mountpoint, 2); in fuse_kern_unmount() 407 { FUSERMOUNT_PROG, "-u", "-q", "-z", "--", mountpoint, NULL }; in fuse_kern_unmount() 418 static int fuse_mount_fusermount(const char *mountpoint, const char *opts, in fuse_mount_fusermount() argument 425 if (!mountpoint) { in fuse_mount_fusermount() 461 argv[a++] = mountpoint; in fuse_mount_fusermount() 610 int fuse_kern_mount(const char *mountpoint, struct fuse_args *args) in fuse_kern_mount() argument [all …]
|
D | fuse_i.h | 24 void fuse_kern_unmount(const char *mountpoint, int fd); 25 int fuse_kern_mount(const char *mountpoint, struct fuse_args *args);
|
/third_party/e2fsprogs/contrib/android/ |
D | base_fs.c | 8 const char *mountpoint; member 36 static struct basefs_entry *basefs_readline(FILE *f, const char *mountpoint, in basefs_readline() argument 61 len = strlen(mountpoint); in basefs_readline() 101 struct ext2fs_hashmap *basefs_parse(const char *file, const char *mountpoint) in basefs_parse() argument 113 while ((entry = basefs_readline(f, mountpoint, &err))) in basefs_parse() 127 static void *init(const char *file, const char *mountpoint) in init() argument 133 params->mountpoint = mountpoint; in init() 179 if (fprintf(params->file, "%s%s ", params->mountpoint, in end_new_file()
|
D | block_list.c | 10 const char *mountpoint; member 16 static void *init(const char *file, const char *mountpoint) in init() argument 22 params->mountpoint = mountpoint; in init() 63 if (fprintf(params->f, "%s%s ", params->mountpoint, in end_new_file()
|
D | perms.c | 23 char *mountpoint; member 136 if (strcmp(filename, params->mountpoint) == 0) { in set_perms_and_caps() 187 params->filename + strlen(params->mountpoint)) < 0) { in set_timestamp() 289 char *mountpoint, in __android_configure_fs() argument 304 .path = mountpoint, in __android_configure_fs() 305 .filename = mountpoint, in __android_configure_fs() 306 .mountpoint = mountpoint, in __android_configure_fs() 313 if (strlen(mountpoint) == 1 && mountpoint[0] == '/') in __android_configure_fs() 328 char *mountpoint, in android_configure_fs() argument 375 } else if (mountpoint) in android_configure_fs() [all …]
|
D | e2fsdroid.c | 32 static char *mountpoint = ""; variable 248 mountpoint = strdup(optarg); in main() 306 retval = base_fs_alloc_load(fs, basefs_in, mountpoint, in main() 331 fs, src_dir, product_out, mountpoint, seopt_file, in main() 342 mountpoint); in main() 352 basefs_out, mountpoint); in main()
|
D | fsmap.h | 14 void* (* init)(const char *file, const char *mountpoint); 27 const char *file, const char *mountpoint);
|
D | perms.h | 36 char *mountpoint, in android_configure_fs() argument 58 char *mountpoint,
|
D | base_fs.h | 15 struct ext2fs_hashmap *basefs_parse(const char *file, const char *mountpoint);
|
D | basefs_allocator.h | 8 const char *mountpoint, const char *src_dir);
|
D | fsmap.c | 155 const char *file, const char *mountpoint) in fsmap_iter_filsys() argument 160 format->private = format->init(file, mountpoint); in fsmap_iter_filsys()
|
/third_party/ltp/testcases/kernel/fs/fs_bind/regression/ |
D | 00_Descriptions.txt | 25 test01 - bind unshared directory to unshare mountpoint. 26 test02 - rbind unshared directory to unshare mountpoint. 27 test03 - move unshared directory to unshare mountpoint. 32 bind unshared directory to unshare mountpoint. 37 rbind unshared directory to unshare mountpoint. 42 move unshared directory to unshare mountpoint.
|
/third_party/glib/gio/ |
D | gunixvolume.c | 108 GUnixMountPoint *mountpoint) in _g_unix_volume_new() argument 112 if (!(g_unix_mount_point_is_user_mountable (mountpoint) || in _g_unix_volume_new() 113 g_str_has_prefix (g_unix_mount_point_get_device_path (mountpoint), "/vol/")) || in _g_unix_volume_new() 114 g_unix_mount_point_is_loopback (mountpoint)) in _g_unix_volume_new() 119 volume->mount_path = g_strdup (g_unix_mount_point_get_mount_path (mountpoint)); in _g_unix_volume_new() 120 volume->device_path = g_strdup (g_unix_mount_point_get_device_path (mountpoint)); in _g_unix_volume_new() 121 volume->can_eject = g_unix_mount_point_guess_can_eject (mountpoint); in _g_unix_volume_new() 123 volume->name = g_unix_mount_point_guess_name (mountpoint); in _g_unix_volume_new() 124 volume->icon = g_unix_mount_point_guess_icon (mountpoint); in _g_unix_volume_new() 125 volume->symbolic_icon = g_unix_mount_point_guess_symbolic_icon (mountpoint); in _g_unix_volume_new() [all …]
|
D | gunixvolumemonitor.c | 335 GUnixMountPoint *mountpoint = l->data; in update_volumes() local 338 … g_unix_mount_point_get_mount_path (mountpoint)); in update_volumes() 351 GUnixMountPoint *mountpoint = l->data; in update_volumes() local 353 volume = _g_unix_volume_new (G_VOLUME_MONITOR (monitor), mountpoint); in update_volumes()
|
D | gunixvolume.h | 48 GUnixMountPoint *mountpoint);
|
D | glocalfile.c | 770 char *mountpoint; in get_mount_info() local 801 mountpoint = find_mountpoint_for (path, buf.st_dev, FALSE); in get_mount_info() 802 if (mountpoint == NULL) in get_mount_info() 803 mountpoint = g_strdup ("/"); in get_mount_info() 805 mount = g_unix_mount_at (mountpoint, &cache_time); in get_mount_info() 814 g_free (mountpoint); in get_mount_info() 1100 char *mountpoint; in g_local_file_find_enclosing_mount() local 1106 mountpoint = find_mountpoint_for (local->filename, buf.st_dev, FALSE); in g_local_file_find_enclosing_mount() 1107 if (mountpoint == NULL) in g_local_file_find_enclosing_mount() 1110 mount = _g_mount_get_for_mount_path (mountpoint, cancellable); in g_local_file_find_enclosing_mount() [all …]
|
/third_party/libwebsockets/lwsws/ |
D | etc-lwsws-conf.d-localhost-EXAMPLE | 13 "mountpoint": "/", 21 "mountpoint": "/server-status", 25 "mountpoint": "/testcgi", 29 "mountpoint": "/formtest",
|
/third_party/ntfs-3g/include/fuse-lite/ |
D | fuse_common.h | 165 struct fuse_chan *fuse_mount(const char *mountpoint, struct fuse_args *args); 173 void fuse_unmount(const char *mountpoint, struct fuse_chan *ch); 197 int fuse_parse_cmdline(struct fuse_args *args, char **mountpoint,
|
/third_party/libwebsockets/READMEs/ |
D | README.lwsws.md | 66 "mountpoint": "/", 118 "mountpoint": "/", 122 "mountpoint": "/testserver", 142 "mountpoint": "/", 150 "mountpoint": "/", 293 be auto-served if it matches the mountpoint. 297 …- file:// serve the uri using the remainder of the url past the mountpoint based on the origin di… 299 Eg, with this mountpoint 302 "mountpoint": "/", 309 …- ^http:// or ^https:// these cause any url matching the mountpoint to issue a redirect to the or… [all …]
|
/third_party/toybox/scripts/ |
D | mkroot.sh | 72 mountpoint -q proc || mount -t proc proc proc 73 mountpoint -q sys || mount -t sysfs sys sys 74 if ! mountpoint -q dev 78 mountpoint -q dev/pts || mount -t devpts dev/pts dev/pts
|
/third_party/libwebsockets/plugins/deaddrop/ |
D | README.md | 50 "mountpoint": "/tools/share", 55 "mountpoint": "/tools/share/upload", 59 "mountpoint": "/tools/share/get",
|
/third_party/NuttX/include/nuttx/fs/ |
D | file.h | 67 typedef int (*foreach_mountpoint_t)(const char *mountpoint,
|
D | automount.h | 103 FAR const char *mountpoint; /* Location to mount the volume */ member
|
/third_party/selinux/libsepol/tests/policies/test-cond/ |
D | refpolicy-base.conf | 646 attribute mountpoint; 847 type default_t, file_type, mountpoint; 850 type file_t, file_type, mountpoint; 851 type home_root_t, file_type, mountpoint; 853 type mnt_t, file_type, mountpoint; 858 type root_t, file_type, mountpoint; 859 type src_t, file_type, mountpoint; 861 type tmp_t, mountpoint; #, polydir 862 type usr_t, file_type, mountpoint; 863 type var_t, file_type, mountpoint; [all …]
|