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

1 2 3 4 5 6 78 91011>>

  /external/bluetooth/glib/po/
vi.po     [all...]
fi.po     [all...]
tr.po     [all...]
da.po     [all...]
be@latin.po     [all...]
  /external/e2fsprogs/misc/
tune2fs.c 19 * 93/10/31 - Added the -c option to change the maximal mount counts
294 * Update the default mount options
301 fprintf(stderr, _("Invalid mount option set: %s\n"),
951 printf (_("Setting maximal mount count to %d\n"),
957 printf (_("Setting current mount count to %d\n"), mount_count);
fsck.8.in 33 a mount point (e.g.
137 in their mount options field of
143 in their mount options field of
  /system/core/init/
init.c 25 #include <sys/mount.h>
838 mount("tmpfs", "/dev", "tmpfs", 0, "mode=0755");
841 mount("devpts", "/dev/pts", "devpts", 0, NULL);
842 mount("proc", "/proc", "proc", 0, NULL);
843 mount("sysfs", "/sys", "sysfs", 0, NULL);
  /system/vold/
VolumeManager.cpp 24 #include <sys/mount.h>
359 SLOGE("ASEC FAT mount failed (%s)", strerror(errno));
396 SLOGE("ASEC finalize mount failed (%s)", strerror(errno));
688 SLOGE("ASEC mount failed (%s)", strerror(errno));
895 * Looks up a volume by it's label or mount-point
  /external/grub/stage2/
ufs2.h 300 /* these fields are cleared at mount time */
431 #define FS_UNCLEAN 0x01 /* filesystem not clean at mount */
433 #define FS_NEEDSFSCK 0x04 /* filesystem needs sync fsck before mount */
fsys_ext2fs.c 68 __u32 s_mtime; /* Mount time */
70 __u16 s_mnt_count; /* Mount count */
71 __s16 s_max_mnt_count; /* Maximal mount count */
466 fs->root was set during original mount:
pc_slice.h 123 the check, to allow the user to mount a hidden partition in GRUB. */
  /frameworks/base/services/java/com/android/server/
SystemServer.java 294 Slog.i(TAG, "Mount Service");
295 ServiceManager.addService("mount", new MountService(context));
297 Slog.e(TAG, "Failure starting Mount Service", e);
  /build/tools/releasetools/
amend_generator.py 113 def Mount(self, kind, what, path):
114 # no-op; amend uses it's 'roots' system to automatically mount
  /external/opencore/pvmi/content_policy_manager/plugins/common/include/
pvmf_cpmplugin_contentmanagement_interface.h 123 * Method to mount a partition
139 * Method to mount a partition
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
IDevice.java 118 * Returns a mount point.
119 * @param name the name of the mount point to return
  /system/extras/tests/sdcard/
plot_sdcard.py 177 print """Error missing metadata. Did you mount debugfs?
178 [adb shell mount -t debugfs none /sys/kernel/debug]"""
  /bootable/recovery/mtdutils/
mounts.c 22 #include <sys/mount.h>
  /bootable/recovery/tools/ota/
check-lost+found.c 73 // to make sure the filesystem has to do a scan on mount.
  /external/e2fsprogs/e2fsck/
e2fsck.conf.5.in 101 situation by allowing the superblock last write time, last mount time,
  /external/e2fsprogs/lib/ext2fs/
ext3_extents.h 37 * if EXT_DEBUG is defined you can use 'extdebug' mount option
  /external/grub/docs/
internals.texi 173 @file{disk_io.c}. The notation is that you can only @dfn{mount} one at a
259 @strong{Caution:} The semantics are such that then @samp{mount}ing the
262 presume that the data from the @samp{mount} is available, and doesn't
264 done with only one mount if in the same filesystem).
  /external/kernel-headers/original/linux/
notifier.h 122 * device units up), device [un]mount chain, module load/unload chain,
  /external/qemu/block/
cloop.c 45 "modprobe cloop file=$0 && mount -r -t iso9660 /dev/cloop $1\n";
  /frameworks/base/core/jni/
android_os_StatFs.cpp 18 #include <sys/mount.h>

Completed in 1040 milliseconds

1 2 3 4 5 6 78 91011>>