/external/kernel-headers/original/linux/ |
ext2_fs.h | 301 * Mount flags 303 #define EXT2_MOUNT_CHECK 0x000001 /* Do mount-time checks */ 325 * Maximal mount counts between two filesystem checks 353 __le32 s_mtime; /* Mount time */ 355 __le16 s_mnt_count; /* Mount count */ 356 __le16 s_max_mnt_count; /* Maximal mount count */ 373 * know about, it should refuse to mount the filesystem. 492 * Default mount options
|
ext3_fs.h | 238 * Mount options 348 * Mount flags 350 #define EXT3_MOUNT_CHECK 0x00001 /* Do mount-time checks */ 396 * Maximal mount counts between two filesystem checks 424 __le32 s_mtime; /* Mount time */ 426 __le16 s_mnt_count; /* Mount count */ 427 __le16 s_max_mnt_count; /* Maximal mount count */ 444 * know about, it should refuse to mount the filesystem. 588 * Default mount options
|
/packages/apps/Settings/assets/html/en_gb/ |
tethering_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_help.html | 24 <li>You can't mount your phone's SD card on your computer when USB tethered</li><br>
|
/system/core/toolbox/ |
Android.mk | 6 mount \
|
/external/bluetooth/glib/gio/ |
gwin32volumemonitor.c | 241 GWin32Mount *mount; local 244 mount = _g_win32_mount_new (NULL, mount_path, NULL); 246 return G_MOUNT (mount);
|
glocalfile.c | 46 #include <sys/mount.h> 768 GUnixMountEntry *mount; local 801 mount = g_unix_mount_at (mountpoint, &cache_time); 802 if (mount) 804 if (g_unix_mount_is_readonly (mount)) 807 g_unix_mount_free (mount); 1074 GMount *mount; local 1080 * find the enclosing (user visible) mount of a file, but 1082 _("Containing mount does not exist")); 1091 * find the enclosing (user visible) mount of a file, bu [all...] |
/external/yaffs2/yaffs2/ |
Kconfig | 79 required. This saves mount time, but makes the first look-up 138 bool "Erase device if erase is passed as the mount option" 142 If this config is set, then passing erase as the mount option
|
/external/e2fsprogs/lib/ext2fs/ |
ext2_fs.h | 480 * Mount flags 482 #define EXT2_MOUNT_CHECK 0x0001 /* Do mount-time checks */ 496 * Maximal mount counts between two filesystem checks 524 __u32 s_mtime; /* Mount time */ 526 __u16 s_mnt_count; /* Mount count */ 527 __s16 s_max_mnt_count; /* Maximal mount count */ 544 * know about, it should refuse to mount the filesystem. 591 __u64 s_mmp_block; /* Block for multi-mount protection */ 671 * Default mount options 735 * This structure will be used for multiple mount protection. It will b [all...] |
/bootable/diskinstaller/ |
installer.c | 28 #include <sys/mount.h> 155 /* set the mount count to 1 so that 1st mount on boot doesn't complain */ 410 * and then mount it onto /data */ 418 if (mount(inst_data_dev, inst_data_dir, data_fstype, MS_RDONLY, NULL)) { 419 LOGE("Could not mount %s on %s as %s", inst_data_dev, inst_data_dir,
|
/bootable/recovery/mtdutils/ |
mtdutils.c | 23 #include <sys/mount.h> // for _IOW, _IOR, mount() 202 rv = mount(devname, mount_point, filesystem, flags, NULL); 205 rv = mount(devname, mount_point, filesystem, flags | MS_RDONLY, 0); 207 printf("Failed to mount %s on %s: %s\n", 210 printf("Mount %s on %s read-only\n", devname, mount_point);
|
/frameworks/base/core/java/android/os/storage/ |
StorageManager.java | 185 * can communicate with the systems mount service. 196 mMountService = IMountService.Stub.asInterface(ServiceManager.getService("mount")); 198 Log.e(TAG, "Unable to connect to mount service! - is it running yet?");
|
/frameworks/base/media/java/android/media/ |
MiniThumbFile.java | 175 ", disk full or mount read-only? " + ex.getClass()); 218 + id + "; disk full or mount read-only? " + ex.getClass()); 262 ", disk full or mount read-only? " + ex.getClass());
|
/bootable/recovery/ |
test_roots.c | 46 /* Try to mount the root.
|
/development/pdk/docs/porting/ |
bring_up.jd | 49 <h3>5. Boot the kernel and mount the RAMdisk.</h3> 234 <td><code>mount <type> <device> <dir> [ <mountoption> ]*</code></td> 235 <td>Attempt to mount the named device at the directory <code><dir></code> <code><device></code>. This may be of the form mtd@name to specify a mtd block device by name.</td> 299 mount tmpfs tmpfs /dev 302 mount devpts devpts /dev/pts 303 mount proc proc /proc 304 mount sysfs sysfs /sys 317 mount yaffs2 mtd@system /system 318 mount yaffs2 mtd@userdata /data
|
/external/e2fsprogs/lib/e2p/ |
ls.c | 122 fprintf(f, "Default mount options: "); 250 fprintf(f, "Last mount time: %s", 254 fprintf(f, "Mount count: %u\n", sb->s_mnt_count); 255 fprintf(f, "Maximum mount count: %d\n", sb->s_max_mnt_count);
|
mntopts.c | 2 * mountopts.c --- convert between default mount options and strings
|
/external/quake/quake/src/WinQuake/docs/ |
INSTALL | 19 Mount the Quake CD as one would usually mount a CDROM, this can be 22 mount /dev/cdrom /mnt 28 # mount /dev/cdrom /mnt
|
INSTALL.Quake | 19 Mount the Quake CD as one would usually mount a CDROM, this can be 22 mount /dev/cdrom /mnt 28 # mount /dev/cdrom /mnt
|
INSTALL.Quake2 | 23 Mount the Quake2 CD as one would usually mount a CDROM, this can be 26 mount /dev/cdrom /mnt 32 # mount /dev/cdrom /mnt
|
/frameworks/base/cmds/installd/ |
installd.h | 40 #include <sys/mount.h>
|
/frameworks/base/core/java/com/android/internal/app/ |
ShutdownThread.java | 234 final IMountService mount = local 236 ServiceManager.checkService("mount")); 303 if (mount != null) { 304 mount.shutdown(observer);
|
/system/core/init/ |
keywords.h | 55 KEYWORD(mount, COMMAND, 3, do_mount)
|
/system/core/rootdir/ |
Android.mk | 50 # create some directories (some are mount points)
|
/external/bluetooth/glib/po/ |
as.po | [all...] |