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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
mount_node_mock.cc 7 MountNodeMock::MountNodeMock(nacl_io::Mount* mount) : MountNode(mount) {}
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node_char.h 14 explicit MountNodeCharDevice(Mount* mount) : MountNode(mount) {
mount_node_mem.h 14 explicit MountNodeMem(Mount* mount);
mount_dev.cc 35 RealNode(Mount* mount, int fd);
50 explicit NullNode(Mount* mount) : MountNodeCharDevice(mount) {}
61 ConsoleNode(Mount* mount, PP_LogLevel level);
74 explicit ZeroNode(Mount* mount);
85 explicit UrandomNode(Mount* mount)
    [all...]
kernel_handle.h 11 #include "nacl_io/mount.h"
23 // file information, such as it's mount, node, access type and offset.
42 const ScopedMount& mount() { return mount_; } function in class:nacl_io::KernelHandle
mount_node_html5fs.h 19 // must not be called by the mount.
36 MountNodeHtml5Fs(Mount* mount, PP_Resource fileref);
mount_node_tty.h 21 explicit MountNodeTty(Mount* mount);
  /bionic/libc/arch-mips/syscalls/
mount.S 4 .globl mount
6 .ent mount
8 mount: label
22 .end mount
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
mount.c 8 int mount(const char* source, const char* target, const char* filesystemtype, function
  /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/include/sys/
mount.h 42 extern int mount(const char*, const char*, const char*, unsigned long, const void*);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
mount.h 12 int mount(const char* source, const char* target, const char* filesystemtype,
  /bionic/libc/arch-arm/syscalls/
mount.S 6 ENTRY(mount) function
18 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
  /bionic/libc/arch-x86/syscalls/
mount.S 6 ENTRY(mount) function
33 END(mount)
  /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);
  /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
  /system/core/adb/
remount_service.c 22 #include <sys/mount.h>
33 /* Returns the device used to mount a directory in /proc/mounts */
94 system_ro = mount(dev, "/system", "none", MS_REMOUNT, NULL);
  /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 *,

Completed in 510 milliseconds

1 2 3 4 5 6 7 8 910