HomeSort by relevance Sort by last modified time
    Searched refs:mountpoint (Results 1 - 10 of 10) sorted by null

  /system/extras/ext4_utils/
make_ext4fs.h 26 char *mountpoint, int android, int gzip, int sparse,
make_ext4fs_main.c 35 fprintf(stderr, " [ -L <label> ] [ -f ] [ -a <android mountpoint> ]\n");
45 char *mountpoint = ""; local
81 mountpoint = optarg;
142 return make_ext4fs_internal(filename, directory, mountpoint, android, gzip,
make_ext4fs.c 261 char *mountpoint, int android, int gzip, int sparse,
349 root_inode_num = build_directory_structure(directory, mountpoint, 0, android);
  /external/bluetooth/glib/gio/
gunixvolume.h 49 GUnixMountPoint *mountpoint);
gunixvolume.c 110 * @mountpoint: a #GUnixMountPoint.
116 GUnixMountPoint *mountpoint)
120 if (!(g_unix_mount_point_is_user_mountable (mountpoint) ||
121 g_str_has_prefix (g_unix_mount_point_get_device_path (mountpoint), "/vol/")) ||
122 g_unix_mount_point_is_loopback (mountpoint))
127 volume->mount_path = g_strdup (g_unix_mount_point_get_mount_path (mountpoint));
128 volume->device_path = g_strdup (g_unix_mount_point_get_device_path (mountpoint));
129 volume->can_eject = g_unix_mount_point_guess_can_eject (mountpoint);
131 volume->name = g_unix_mount_point_guess_name (mountpoint);
132 volume->icon = g_unix_mount_point_guess_icon (mountpoint);
    [all...]
gunixvolumemonitor.c 360 GUnixMountPoint *mountpoint = l->data; local
363 g_unix_mount_point_get_mount_path (mountpoint));
376 GUnixMountPoint *mountpoint = l->data; local
378 volume = _g_unix_volume_new (G_VOLUME_MONITOR (monitor), mountpoint);
glocalfile.c 766 char *mountpoint; local
797 mountpoint = find_mountpoint_for (path, buf.st_dev);
798 if (mountpoint == NULL)
799 mountpoint = g_strdup ("/");
801 mount = g_unix_mount_at (mountpoint, &cache_time);
810 g_free (mountpoint);
1073 char *mountpoint; local
1086 mountpoint = find_mountpoint_for (local->filename, buf.st_dev);
1087 if (mountpoint == NULL)
1097 mount = _g_mount_get_for_mount_path (mountpoint, cancellable)
    [all...]
gunixmounts.c 264 guess_system_internal (const char *mountpoint,
305 if (g_unix_is_mount_path_system_internal (mountpoint))
377 * the most important mountpoint is first and the --bind ones after
    [all...]
  /external/kernel-headers/original/linux/
mount.h 40 struct dentry *mnt_mountpoint; /* dentry of mountpoint */
94 extern void shrink_submounts(struct vfsmount *mountpoint, struct list_head *mounts);
  /system/vold/
cryptfs.c 580 static int wait_and_unmount(char *mountpoint)
587 if (umount(mountpoint)) {
589 /* EINVAL is returned if the directory is not a mountpoint,
602 SLOGD("unmounting %s succeeded\n", mountpoint);
605 SLOGE("unmounting %s failed\n", mountpoint);
    [all...]

Completed in 99 milliseconds