/external/bluetooth/glib/gio/ |
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...] |
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...] |
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...] |
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);
|
gwin32mount.h | 51 void _g_win32_mount_unset_volume (GWin32Mount *mount, 53 void _g_win32_mount_unmounted (GWin32Mount *mount);
|
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.h | 82 GMount *mount); 84 GMount *mount); 86 GMount *mount); 88 GMount *mount); 113 GVolume * (* adopt_orphan_mount) (GMount *mount, 143 GVolume * g_volume_monitor_adopt_orphan_mount (GMount *mount);
|
gunixvolume.h | 53 GUnixMount *mount); 55 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...] |
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...] |
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
|
/bionic/libc/arch-sh/syscalls/ |
mount.S | 5 .type mount, @function 6 .globl mount 9 mount: label
|
/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
|
/bionic/libc/arch-arm/syscalls/ |
mount.S | 5 ENTRY(mount) function 16 END(mount)
|
/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
|
/system/extras/tests/fstest/ |
mounts-test.sh | 5 adb shell mount | grep -q /sdcard 14 adb shell mount | grep /sdcard | grep -q $i
|
/external/e2fsprogs/e2fsck/ |
flushb.c | 22 #include <sys/mount.h>
|
/external/e2fsprogs/lib/ext2fs/ |
flushb.c | 25 #include <sys/mount.h> /* This may define BLKFLSBUF */ 35 * BLKFLSBUF in sys/mount.h, but FDFLUSH still doesn't seem to be
|
/system/vold/ |
Fat.cpp | 31 #include <sys/mount.h> 46 extern "C" int mount(const char *, const char *, const char *, unsigned long, const void *); 128 rc = mount(fsPath, mountPoint, "vfat", flags, mountData); 131 SLOGE("%s appears to be a read only filesystem - retrying mount RO", fsPath); 133 rc = mount(fsPath, mountPoint, "vfat", flags, mountData);
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/ |
webserver.rb | 71 s.mount("/iexploder.cgi", IEServlet) 72 s.mount("/", IEForm)
|
/system/core/adb/ |
remount_service.c | 22 #include <sys/mount.h> 33 /* Returns the device used to mount a directory in /proc/mounts */ 85 system_ro = mount(dev, "/system", "none", MS_REMOUNT, NULL);
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/ |
webserver.rb | 131 s.mount("/", IEForm) 132 s.mount("/favicon.ico", NoPage) 133 s.mount("/media/bug.png", IELogo) 134 s.mount("/iexploder.cgi", IEServlet) 135 s.mount("/last_page.cgi", LastPage)
|