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

  /system/extras/ext4_utils/
make_ext4fs_main.c 35 fprintf(stderr, " [ -L <label> ] [ -f ] [ -a <android mountpoint> ]\n");
45 char *mountpoint = ""; local
78 mountpoint = optarg;
118 return make_ext4fs(filename, directory, mountpoint, android, gzip, sparse);
  /external/bluetooth/glib/gio/
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...]

Completed in 332 milliseconds