/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/extras/tests/fstest/ |
perm_checker.conf | 44 /dev/android_ums 640 640 mount mount mount mount 102 /dev/socket/mountd 660 660 root mount root mount 106 /dev/socket/usbd 660 660 root mount mount mount
|
/external/bluetooth/glib/gio/ |
gvolume.h | 66 * The string used to obtain a NFS mount with g_volume_get_identifier(). 68 #define G_VOLUME_IDENTIFIER_KIND_NFS_MOUNT "nfs-mount" 83 * @get_uuid: Gets the UUID for the #GVolume. 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. 90 * signal before completing a mount operation that is aborted while 92 * @mount_finish: Finishes a mount operation.
|
gunixmounts.h | 33 * Defines a Unix mount entry (e.g. <filename>/media/cdrom</filename>). 41 * Defines a Unix mount point (e.g. <filename>/dev</filename>).
|
gvolume.c | 45 * #GSimpleAsyncReady. To mount a #GVolume, first call 256 * Gets the mount for the @volume. 376 _("volume doesn't implement mount")); 393 * If the mount operation succeeded, g_volume_get_mount() on @volume 394 * is guaranteed to return the mount right after calling this 395 * function; there's no need to listen for the 'mount-added' signal on 550 * mount time. Returns %NULL otherwise. If not %NULL and if @volume 557 * GMount *mount; 561 * mount = g_volume_get_mount (volume); /* mounted, so never NULL */ 562 * mount_root = g_mount_get_root (mount); [all...] |
glocaldirectorymonitor.h | 48 /* For mount emulation */
|
/system/vold/ |
Fat.cpp | 30 #include <sys/mount.h> 44 extern "C" int mount(const char *, const char *, const char *, unsigned long, const void *); 125 rc = mount(fsPath, mountPoint, "vfat", flags, mountData); 128 SLOGE("%s appears to be a read only filesystem - retrying mount RO", fsPath); 130 rc = mount(fsPath, mountPoint, "vfat", flags, mountData);
|
/build/tools/releasetools/ |
both_generator.py | 46 def Mount(self, *a): self._DoBoth("Mount", *a)
|
/external/e2fsprogs/tests/m_dasd_bs/ |
expect.1 | 33 Default mount options: (none) 50 Mount count: 0
|
/external/e2fsprogs/tests/m_large_file/ |
expect.1 | 32 Default mount options: (none) 49 Mount count: 0
|
/external/netcat/data/ |
pmap-mnt.d | 1 # portmap request for mountd [or whatever; see where prog=MOUNT] 57 000 # 0x00 # . # prog=MOUNT, 100005
|
/external/webkit/WebKitTools/iExploder/htdocs/ |
webserver.rb | 71 s.mount("/iexploder.cgi", IEServlet) 72 s.mount("/", IEForm)
|
/system/core/init/ |
readme.txt | 179 mount <type> <device> <dir> [ <mountoption> ]* 180 Attempt to mount the named device at the directory <dir> 243 mount tmpfs tmpfs /dev 246 mount devpts devpts /dev/pts 247 mount proc proc /proc 248 mount sysfs sysfs /sys 257 mount yaffs2 mtd@system /system 258 mount yaffs2 mtd@userdata /data
|
builtins.c | 30 #include <sys/mount.h> 269 /* mount <type> <device> <path> <flags ...> <options> */ 303 if (mount(tmp, target, system, flags, options) < 0) { 331 if (mount(tmp, target, system, flags, options) < 0) { 349 if (mount(source, target, system, flags, options) < 0) { 563 /* If path starts with mtd@ lookup the mount number. */
|
/system/extras/tests/sdcard/ |
README | 13 Build, install and mount debugfs. In this directory with a properly 19 adb shell mount -t debugfs none /sys/kernel/debug
|
/external/e2fsprogs/misc/ |
tune2fs.8.in | 15 .I max-mount-counts 41 .RI [^]mount-options [,...] 61 .I mount-count 94 .BI \-c " max-mount-counts" 98 .I max-mount-counts 104 Staggering the mount-counts at which filesystems are forcibly 109 mount-count-dependent checking entirely. Bad disk drives, cables, 123 .BI \-C " mount-count" 125 If set to a greater value than the max-mount-counts parameter 217 (mount-count-dependent) o [all...] |
/build/tools/dexpreopt/ |
geninitrc.awk | 21 /^ mount yaffs2 mtd@system \/system ro remount$/ {
|
/device/htc/dream-sapphire/ |
vold.fstab | 22 ## Regular device mount
|
/external/e2fsprogs/e2fsck/ |
flushb.c | 22 #include <sys/mount.h>
|
/frameworks/base/core/java/android/os/storage/ |
IMountServiceListener.aidl | 36 * @param path The volume mount path.
|
MountServiceListener.java | 36 * @param path The volume mount path.
|
/frameworks/base/core/java/com/android/internal/content/ |
PackageHelper.java | 50 IBinder service = ServiceManager.getService("mount"); 54 Log.e(TAG, "Can't get mount service"); 61 // Create mount point via MountService 93 Log.i(TAG, "Failed to mount container " + cid + " rc : " + rc);
|
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
AsecTests.java | 133 IBinder service = ServiceManager.getService("mount"); 137 Log.e(TAG, "Can't get mount service"); 445 // Mount media firsts 455 // Mount media 480 // Mount media firsts 509 // Mount media 556 // Mount media firsts 566 // Mount media 582 // Mount media firsts 603 // Mount medi [all...] |
/bootable/recovery/ |
roots.c | 19 #include <sys/mount.h> 166 /* Glue the mount point to the relative part of the path. 251 if (mount(info->device, info->mount_point, info->filesystem, 254 LOGE("Can't mount %s\n(%s)\n", info->device, strerror(errno)); 256 } else if (mount(info->device2, info->mount_point, info->filesystem, 258 LOGE("Can't mount %s (or %s)\n(%s)\n",
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
Memory.java | 141 IBinder service = ServiceManager.getService("mount"); 145 Log.e(TAG, "Can't get mount service"); 158 mount(); method 258 private void mount() { 264 Log.e(TAG, "Mount service is null, can't mount");
|