HomeSort by relevance Sort by last modified time
    Searched refs:mount (Results 201 - 225 of 234) sorted by null

1 2 3 4 5 6 7 8910

  /bionic/libc/arch-x86/
syscalls.mk 108 syscall_src += arch-x86/syscalls/mount.S
  /bootable/recovery/updater/
install.c 23 #include <sys/mount.h>
51 // mount(fs_type, partition_type, location, mount_point)
112 printf("mtd mount of %s failed: %s\n",
119 if (mount(location, mount_point, fs_type,
121 printf("%s: failed to mount %s at %s: %s\n",
    [all...]
  /external/kernel-headers/original/linux/
fs.h 190 * These are the fs-independent mount-flags: up to 32 flags are supported
192 #define MS_RDONLY 1 /* Mount read-only */
228 * Old magic mount flag and mask
259 * i_flags updated. Hence, i_flags no longer inherit the superblock mount
1838 struct dentry *(*mount) (struct file_system_type *, int, member in struct:file_system_type
    [all...]
  /device/asus/flo/
init.flo.rc 20 mount debugfs debugfs /sys/kernel/debug
156 # We chown/chmod /persist again so because mount is run as root + defaults
  /device/lge/mako/
init.mako.rc 21 mount debugfs debugfs /sys/kernel/debug
161 # We chown/chmod /persist again so because mount is run as root + defaults
  /external/strace/
strace.spec 179 - Improve mount syscall printing (#165377).
218 - improve mount flags printing (#141932)
file.c 221 #include <sys/mount.h>
    [all...]
  /system/core/sdcard/
sdcard.c 23 #include <sys/mount.h>
481 * by sdcard_all. Zygote will bind mount the appropriate user-
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 45 #include <sys/mount.h>
    [all...]
  /external/e2fsprogs/e2fsck/
journal.c 17 #include <sys/mount.h>
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 39 #include <sys/mount.h>
  /external/valgrind/main/include/vki/
vki-darwin.h 682 #include <sys/mount.h>
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp 263 Syscall param mount(source) contains uninitialised byte(s)
267 Syscall param mount(target) contains uninitialised byte(s)
271 Syscall param mount(type) contains uninitialised byte(s)
275 Syscall param mount(flags) contains uninitialised byte(s)
279 Syscall param mount(data) contains uninitialised byte(s)
283 Syscall param mount(target) points to unaddressable byte(s)
288 Syscall param mount(type) points to unaddressable byte(s)
    [all...]
  /external/oprofile/utils/
opcontrol 205 # load the module and mount oprofilefs
229 mount -t oprofilefs nodev /dev/oprofile >/dev/null
296 # pick the appropriate device mount based on kernel
300 MOUNT="/dev/oprofile"
302 MOUNT="/proc/sys/dev/oprofile"
311 DEVICE_FILE="$MOUNT/buffer"
351 CPUTYPE=`cat $MOUNT/cpu_type`
352 OP_COUNTERS=`ls $MOUNT/ | grep "^[0-9]\+\$" | tr "\n" " "`
829 if test ! -f $MOUNT/backtrace_depth; then
1115 echo $2 >$MOUNT/$
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 2156 final IMountService mount = IMountService.Stub.asInterface( local
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
directory_model.js 221 // Mount Drive if it was previously disabled and is now enabled.
916 * mounting, callbacks will be called after the mount is completed.
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 1056 blkid_set_tag(probe->dev, "MOUNT", ovh.mount, ocfsmountlen(ovh));
    [all...]
  /external/openssh/
sftp-server.c 27 #include <sys/mount.h>
    [all...]
  /system/core/adb/
adb.c 41 #include <sys/mount.h>
    [all...]
  /system/core/toolbox/
newfs_msdos.c 39 #include <sys/mount.h>
744 warnx("Skipping mount checks");
  /system/vold/
VolumeManager.cpp 26 #include <sys/mount.h>
452 SLOGE("ASEC FAT mount failed (%s)", strerror(errno));
466 SLOGI("Cannot chown/chmod new ASEC mount point %s", mountPoint);
521 SLOGE("ASEC finalize mount failed (%s)", strerror(errno));
933 SLOGE("ASEC mount failed: couldn't construct mountpoint", id);
1038 SLOGE("ASEC mount failed (%s)", strerror(errno));
1080 SLOGE("OBB mount failed: couldn't construct mountpoint", img);
    [all...]
cryptfs.c 35 #include <sys/mount.h>
237 * update the failed mount count but not change the key.
1104 * to umount the tmpfs /data, then mount the encrypted /data.
    [all...]
  /external/blktrace/btt/doc/
btt.tex 375 mount 0.000000885 0.000672513 0.030638128 73
    [all...]
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf 142 mount
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c     [all...]

Completed in 1340 milliseconds

1 2 3 4 5 6 7 8910