HomeSort by relevance Sort by last modified time
    Searched full:mount (Results 26 - 50 of 408) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/gio/
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);
gunixmounts.c 68 * Routines for managing mounted UNIX mount points and paths.
77 * @G_UNIX_MOUNT_TYPE_UNKNOWN: Unknown UNIX mount type.
78 * @G_UNIX_MOUNT_TYPE_FLOPPY: Floppy disk UNIX mount type.
79 * @G_UNIX_MOUNT_TYPE_CDROM: CDROM UNIX mount type.
80 * @G_UNIX_MOUNT_TYPE_NFS: Network File System (NFS) UNIX mount type.
81 * @G_UNIX_MOUNT_TYPE_ZIP: ZIP UNIX mount type.
82 * @G_UNIX_MOUNT_TYPE_JAZ: JAZZ UNIX mount type.
83 * @G_UNIX_MOUNT_TYPE_MEMSTICK: Memory Stick UNIX mount type.
84 * @G_UNIX_MOUNT_TYPE_CF: Compact Flash UNIX mount type.
85 * @G_UNIX_MOUNT_TYPE_SM: Smart Media UNIX mount type
    [all...]
gmountoperation.c 252 * Emitted when a mount operation asks the user for a password.
296 * Emitted when the user has replied to the mount operation.
312 * while a mount operation is in progress.
332 * the mount operation.
347 * the mount operation.
375 * The domain to use for the mount operation.
381 P_("The domain of the mount operation"),
405 * mount operation. See the #GMountOperation::ask-question signal.
428 * Creates a new mount operation.
442 * Get the user name from the mount operation
    [all...]
gunixvolume.h 53 GUnixMount *mount);
55 GUnixMount *mount);
gwin32mount.h 51 void _g_win32_mount_unset_volume (GWin32Mount *mount,
53 void _g_win32_mount_unmounted (GWin32Mount *mount);
  /device/htc/passion-common/
vold.fstab 7 ## Regular device mount
  /external/kernel-headers/original/linux/
mount.h 3 * Definitions for mount interface. This describes the in the kernel build
8 * Version: $Id: mount.h,v 2.0 1996/11/17 16:48:14 mvw Exp mvw $
33 #define MNT_SHARED 0x1000 /* if the vfsmount is a shared mount */
34 #define MNT_UNBINDABLE 0x2000 /* if the vfsmount is a unbindable mount */
  /system/core/toolbox/
mount.c 2 * mount.c, by rmk
5 #include <sys/mount.h>
18 // FIXME - only one loop mount is supported at a time
36 * These options define the function of "mount(2)".
145 // FIXME - only one loop mount supported at a time
171 if (mount(dev, dir, s, rwflag, data) == -1) {
182 * mount readwrite and this isn't a remount,
196 perror("mount");
234 // mount with no arguments is equivalent to "cat /proc/mounts"
umount.c 2 #include <sys/mount.h>
10 // FIXME - only one loop mount is supported at a time
  /frameworks/base/core/java/android/os/storage/
IMountService.aidl 60 * Mount external storage at given mount point.
66 * Safely unmount external storage at given mount point.
75 * Format external storage given a mount point.
112 * Mount a secure container with the specified key and owner UID.
  /system/vold/
Volume.cpp 27 #include <sys/mount.h>
61 * asec imagefiles. This path will be obscured before the mount is
268 "Volume %s %s mount failed - no media",
310 /* Badness - abort the mount */
317 * Mount the device on our internal staging mountpoint so we can
322 SLOGE("%s failed to mount via VFAT (%s)\n", devicePath, strerror(errno));
342 SLOGE("Failed to move mount (%s)", strerror(errno));
399 * Bind mount /mnt/secure/staging/android_secure -> /mnt/secure/asec so we'll
402 if (mount(SEC_STG_SECIMGDIR, SEC_ASECDIR, "", MS_BIND, NULL)) {
403 SLOGE("Failed to bind mount points %s -> %s (%s)"
    [all...]
  /external/genext2fs/
test.sh 7 # Passing these tests is preferable to passing test-mount.sh because
52 # NB: to regenerate these values, always use test-mount.sh, that is,
54 # sudo sh test-mount.sh|grep test
configure.in 40 chmod a+x $ac_top_srcdir/test-mount.sh $ac_top_srcdir/test.sh
  /system/core/adb/
remount_service.c 22 #include <sys/mount.h>
33 /* Returns the mount number of the requested partition from /proc/mtd */
80 system_ro = mount(source, "/system", "yaffs2", MS_REMOUNT, NULL);
  /bionic/libc/include/sys/
mount.h 37 * These are the fs-independent mount-flags: up to 32 flags are supported
39 #define MS_RDONLY 1 /* Mount read-only */
64 * Old magic mount flag and mask
90 extern int mount(const char *, const char *,
  /external/e2fsprogs/misc/
fsck.h 37 * Internal structure for mount tabel entries.
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
mount.h 37 * These are the fs-independent mount-flags: up to 32 flags are supported
39 #define MS_RDONLY 1 /* Mount read-only */
64 * Old magic mount flag and mask
90 extern int mount(const char *, const char *,
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
mount.h 37 * These are the fs-independent mount-flags: up to 32 flags are supported
39 #define MS_RDONLY 1 /* Mount read-only */
64 * Old magic mount flag and mask
90 extern int mount(const char *, const char *,
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
mount.h 37 * These are the fs-independent mount-flags: up to 32 flags are supported
39 #define MS_RDONLY 1 /* Mount read-only */
64 * Old magic mount flag and mask
90 extern int mount(const char *, const char *,
  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
mount.h 37 * These are the fs-independent mount-flags: up to 32 flags are supported
39 #define MS_RDONLY 1 /* Mount read-only */
64 * Old magic mount flag and mask
90 extern int mount(const char *, const char *,
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
mount.h 37 * These are the fs-independent mount-flags: up to 32 flags are supported
39 #define MS_RDONLY 1 /* Mount read-only */
64 * Old magic mount flag and mask
90 extern int mount(const char *, const char *,
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
mount.h 37 * These are the fs-independent mount-flags: up to 32 flags are supported
39 #define MS_RDONLY 1 /* Mount read-only */
64 * Old magic mount flag and mask
90 extern int mount(const char *, const char *,
  /packages/apps/Settings/assets/html/en_gb/
tethering_usb_help.html 24 <li>You can't mount your phone's SD card on your computer when USB-tethered</li><br>
  /packages/apps/Settings/assets/html/en_us/
tethering_usb_help.html 24 <li>You can't mount your phone's SD card on your computer when USB tethered</li><br>
  /system/core/rootdir/
init.rc 27 # Create cgroup mount point for cpu accounting
29 mount cgroup none /acct cpuacct
50 # Secure container public mount points.
52 mount tmpfs tmpfs /mnt/asec mode=0755,gid=1000
54 mount rootfs rootfs / ro remount
64 # Create cgroup mount points for process groups
66 mount cgroup none /dev/cpuctl cpu
83 # mount mtd partitions
84 # Mount /system rw first to give the filesystem a chance to save a checkpoint
85 mount yaffs2 mtd@system /syste
    [all...]

Completed in 255 milliseconds

12 3 4 5 6 7 8 91011>>