HomeSort by relevance Sort by last modified time
    Searched refs:mount (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /bionic/libc/arch-mips/syscalls/
mount.S 4 .globl mount
6 .ent mount
8 mount: label
22 .end mount
  /system/core/rootdir/etc/
mountd.conf 3 ## add a mount entry for each mount point to be managed by mountd
4 mount {
8 ## mount point for block device
11 ## true if this mount point can be shared via USB mass storage
  /bionic/libc/arch-x86/syscalls/
mount.S 5 .type mount, @function
6 .globl mount
9 mount: label
  /bionic/libc/arch-arm/syscalls/
mount.S 5 ENTRY(mount) function
16 END(mount)
  /system/extras/tests/fstest/
mounts-test.sh 5 adb shell mount | grep -q /sdcard
14 adb shell mount | grep /sdcard | grep -q $i
  /external/linux-tools-perf/util/
debugfs.h 4 #include <sys/mount.h>
  /system/vold/
Ext4.cpp 31 #include <sys/mount.h>
59 rc = mount(fsPath, mountPoint, "ext4", flags, NULL);
62 SLOGE("%s appears to be a read only filesystem - retrying mount RO", fsPath);
64 rc = mount(fsPath, mountPoint, "ext4", flags, NULL);
Fat.cpp 31 #include <sys/mount.h>
46 extern "C" int mount(const char *, const char *, const char *, unsigned long, const void *);
128 rc = mount(fsPath, mountPoint, "vfat", flags, mountData);
131 SLOGE("%s appears to be a read only filesystem - retrying mount RO", fsPath);
133 rc = mount(fsPath, mountPoint, "vfat", flags, mountData);
  /external/e2fsprogs/e2fsck/
flushb.c 22 #include <sys/mount.h>
  /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
  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
webserver.rb 71 s.mount("/iexploder.cgi", IEServlet)
72 s.mount("/", IEForm)
  /system/core/adb/
remount_service.c 22 #include <sys/mount.h>
33 /* Returns the device used to mount a directory in /proc/mounts */
85 system_ro = mount(dev, "/system", "none", MS_REMOUNT, NULL);
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
webserver.rb 131 s.mount("/", IEForm)
132 s.mount("/favicon.ico", NoPage)
133 s.mount("/media/bug.png", IELogo)
134 s.mount("/iexploder.cgi", IEServlet)
135 s.mount("/last_page.cgi", LastPage)
  /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 */
67 * Old magic mount flag and mask
93 extern int mount(const char *, const char *,
  /development/ndk/platforms/android-3/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 *,
  /device/asus/tilapia/recovery/
recovery_updater.c 23 #include <sys/mount.h>
  /external/libselinux/src/
load_policy.c 5 #include <sys/mount.h>
  /prebuilts/ndk/4/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 *,
  /prebuilts/ndk/4/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 *,
  /prebuilts/ndk/4/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 *,
  /prebuilts/ndk/4/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 *,
  /prebuilts/ndk/4/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 *,
  /prebuilts/ndk/4/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 *,
  /prebuilts/ndk/5/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 *,
  /prebuilts/ndk/6/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 *,

Completed in 1004 milliseconds

1 2 3 4 5 6 7 8