/external/bluetooth/glib/gio/ |
gwin32mount.c | 72 GWin32Mount *mount; local 74 mount = G_WIN32_MOUNT (object); 76 if (mount->volume_monitor != NULL) 77 g_object_unref (mount->volume_monitor); 79 if (mount->volume) 80 _g_win32_volume_unset_mount (mount->volume, mount); 84 if (mount->icon != NULL) 85 g_object_unref (mount->icon); 87 g_free (mount->name) 133 GWin32Mount *mount; local [all...] |
gunixmount.c | 76 GUnixMount *mount; local 78 mount = G_UNIX_MOUNT (object); 80 if (mount->volume_monitor != NULL) 81 g_object_unref (mount->volume_monitor); 83 if (mount->volume) 84 _g_unix_volume_unset_mount (mount->volume, mount); 87 g_object_unref (mount->icon); 88 g_free (mount->name); 89 g_free (mount->device_path) 113 GUnixMount *mount; local [all...] |
gmount.h | 45 * @changed: Changed signal that is emitted when the mount's state has changed. 50 * @get_uuid: Gets the UUID for the #GMount. The reference is typically based on the file system UUID for the mount in question and should be considered an opaque string. Returns %NULL if there is no UUID available. 51 * @get_volume: Gets a #GVolume the mount is located on. Returns %NULL if the #GMount is not associated with a #GVolume. 52 * @get_drive: Gets a #GDrive the volume of the mount is located on. Returns %NULL if the #GMount is not associated with a #GDrive or a #GVolume. This is convenience method for getting the #GVolume and using that to get the #GDrive. 75 void (* changed) (GMount *mount); 76 void (* unmounted) (GMount *mount); 80 GFile * (* get_root) (GMount *mount); 81 char * (* get_name) (GMount *mount); 82 GIcon * (* get_icon) (GMount *mount); 83 char * (* get_uuid) (GMount *mount); [all...] |
gmount.c | 41 * @short_description: Mount management 49 * quotes because it's not the same as a unix mount, it might be a gvfs 50 * mount, but you can still access the files on it if you use GIO. Might or 116 * @mount: the object on which the signal is emitted 118 * Emitted when the mount has been changed. 130 * @mount: the object on which the signal is emitted 151 * @mount: a #GMount. 153 * Gets the root directory on @mount. 160 g_mount_get_root (GMount *mount) 164 g_return_val_if_fail (G_IS_MOUNT (mount), NULL) [all...] |
gunixvolumemonitor.c | 167 GUnixMount *mount; local 175 mount = _g_unix_mount_new (NULL, mount_entry, NULL); 179 return G_MOUNT (mount); 333 GUnixMount *mount = l->data; local 335 if (_g_unix_mount_has_mount_path (mount, mount_path)) 336 return mount; 400 GUnixMount *mount; local 416 mount = find_mount_by_mountpath (monitor, g_unix_mount_get_mount_path (mount_entry)); 417 if (mount) 419 _g_unix_mount_unmounted (mount); [all...] |
gvolumemonitor.c | 129 * GVolumeMonitor::mount-added: 131 * @mount: a #GMount that was added. 133 * Emitted when a mount is added. 135 signals[MOUNT_ADDED] = g_signal_new (I_("mount-added"), 144 * GVolumeMonitor::mount-removed: 146 * @mount: a #GMount that was removed. 148 * Emitted when a mount is removed. 150 signals[MOUNT_REMOVED] = g_signal_new (I_("mount-removed"), 159 * GVolumeMonitor::mount-pre-unmount: 161 * @mount: a #GMount that is being unmounted [all...] |
gunixvolume.c | 51 GUnixMount *mount; /* owned by volume monitor */ member in struct:_GUnixVolume 81 if (volume->mount) 82 _g_unix_mount_unset_volume (volume->mount, volume); 167 if (volume->mount) 169 _g_unix_mount_unset_volume (volume->mount, volume); 170 volume->mount = NULL; 177 * @mount: 182 GUnixMount *mount) 184 if (volume->mount == mount) [all...] |
gunixmount.h | 51 gboolean _g_unix_mount_has_mount_path (GUnixMount *mount, 53 void _g_unix_mount_unset_volume (GUnixMount *mount, 55 void _g_unix_mount_unmounted (GUnixMount *mount);
|
glocaldirectorymonitor.c | 121 GUnixMountEntry *mount; 125 mount = g_unix_mount_at (local_monitor->dirname, NULL); 127 local_monitor->was_mounted = mount != NULL; 129 if (mount) 130 g_unix_mount_free (mount); 176 GUnixMountEntry *mount; local 182 mount = NULL; 186 mount = g_unix_mount_at (local_monitor->dirname, NULL); 188 is_mounted = mount != NULL; 190 if (mount) [all...] |
gunionvolumemonitor.c | 214 GMount *mount; local 219 mount = NULL; 227 mount = g_volume_monitor_get_mount_for_uuid (child_monitor, uuid); 228 if (mount != NULL) 235 return mount; 290 "mount-added", 300 "mount-removed", 310 "mount-pre-unmount", 321 "mount-changed", 379 g_signal_connect (volume_monitor, "mount-added", (GCallback)child_mount_added, union_monitor) 583 GMount *mount; local [all...] |
/system/core/rootdir/etc/ |
mountd.conf | 3 ## add a mount entry for each mount point to be managed by mountd 4 mount { 8 ## mount point for block device 11 ## true if this mount point can be shared via USB mass storage
|
vold.fstab | 6 ## Regular device mount 15 ## Example of a standard sdcard mount for the emulator / Dream
|
/bionic/libc/arch-arm/syscalls/ |
mount.S | 5 .type mount, #function 6 .globl mount 10 mount: label
|
/bootable/diskinstaller/ |
init.rc | 10 mount /tmp /tmp tmpfs 12 # mount the installer needed partitions 13 # mount ext2 /dev/block/sdb2 /data ro
|
/bionic/libc/arch-sh/syscalls/ |
mount.S | 5 .type mount, @function 6 .globl mount 9 mount: label
|
/external/e2fsprogs/tests/ |
filter_dumpe2fs | 6 /^Last mount time:/d 10 /^Maximum mount count:/d
|
/bionic/libc/arch-x86/syscalls/ |
mount.S | 5 .type mount, @function 6 .globl mount 9 mount: label
|
/external/e2fsprogs/debian/ |
initrd.ext3-add-journal | 6 mount -nt proc proc proc 11 mount -nt tmpfs tmpfs /dev2 15 mount -nt tmpfs tmpfs /etc
|
/external/genext2fs/ |
Makefile.am | 4 EXTRA_DIST = $(man_MANS) test-gen.lib test-mount.sh test.sh device_table.txt m4/ac_func_scanf_can_malloc.m4 m4/ac_func_snprintf.m4
|
test-mount.sh | 31 # dtest-mount - Exercise the -d directory option of genext2fs 34 # Usage: dtest-mount file-size number-of-blocks 41 mount -t ext2 -o ro,loop ext2.img mnt || fail 50 # ftest-mount - Exercise the -f spec-file option of genext2fs 54 # Usage: ftest-mount spec-file number-of-blocks 61 mount -t ext2 -o ro,loop ext2.img mnt || fail
|
README | 2 It does not require you to mount the image file to copy files on it,
|
/external/netcat/data/ |
showmount.d | 1 # UDP mountd call. Use as input to find mount daemons and avoid portmap. 3 # UDP-scan around between 600-800 to find most mount daemons. 23 000 # mount: 100005 28 000 # mount version: 1
|
/external/quake/quake/src/WinQuake/docs/ |
INSTALL.Q2Mission | 7 Mount the Quake2 Mission Pack CD as one would usually mount a CDROM, this can 10 mount /dev/cdrom /mnt 16 # mount /dev/cdrom /mnt
|
/system/extras/tests/fstest/ |
mounts-test.sh | 5 adb shell mount | grep -q /sdcard 14 adb shell mount | grep /sdcard | grep -q $i
|
/bootable/recovery/etc/ |
init.rc | 14 mount /tmp /tmp tmpfs
|