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

1 2 3 4 5 6 78 910

  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
linux-unistd.h 104 int mount (const char*, const char*, const char*, unsigned long, const void*);
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 104 int mount (const char*, const char*, const char*, unsigned long, const void*);
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 104 int mount (const char*, const char*, const char*, unsigned long, const void*);
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
linux-unistd.h 104 int mount (const char*, const char*, const char*, unsigned long, const void*);
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/
linux-unistd.h 104 int mount (const char*, const char*, const char*, unsigned long, const void*);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
linux-unistd.h 107 int mount (const char*, const char*, const char*, unsigned long, const void*);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
linux-unistd.h 107 int mount (const char*, const char*, const char*, unsigned long, const void*);
  /dalvik/vm/
Init.cpp 26 #include <sys/mount.h>
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_intercept.cc 113 return s_kp->mount(source, target, filesystemtype, mountflags, data);
kernel_proxy.cc 24 #include "nacl_io/mount.h"
71 result = mount("", "/", "passthroughfs", 0, NULL);
74 result = mount("", "/dev", "dev", 0, NULL);
298 int KernelProxy::mount(const char* source, function in class:nacl_io::KernelProxy
  /external/strace/
system.c 44 #define MS_RDONLY 1 /* Mount read-only */
402 #include <sys/mount.h>
426 { RB_WRITABLE, "RB_WRITABLE" }, /* mount root read/write */
763 #include <sys/mount.h>
    [all...]
  /external/blktrace/doc/
blktrace.tex 107 \subsection{\label{sec:mount}Mounting the debugfs file system}
110 the mount point set up -- mounted on the directory /sys/kernel/debug.
114 \item Manually mount after each boot:
116 % mount -t debugfs debugfs /sys/kernel/debug
121 could then mount the directory this time only by doing: \% mount debug}:
393 -r \emph{rel-path} & --relay=\emph{rel-path} & Specifies debugfs mount point \\ \hline
    [all...]
  /ndk/build/core/
init.mk 402 # drives as reported by "mount" and deals with drive letter cases (i.e.
426 WINDOWS_HOST_PATH_FRAGMENT := $(shell mount | tr '\\' '/' | $(HOST_AWK) -f $(BUILD_AWK)/gen-windows-host-path.awk)
429 $(eval $(shell mount | tr '\\' '/' | $(HOST_AWK) -f $(BUILD_AWK)/gen-windows-host-path.awk -vVERBOSE=1))
  /art/runtime/
runtime.cc 19 // sys/mount.h has to come before linux/fs.h due to redefinition of MS_RDONLY, MS_BIND, etc
20 #include <sys/mount.h>
763 // Create private mount namespace shared by all children
771 if (mount("rootfs", "/", NULL, (MS_SLAVE | MS_REC), NULL) == -1) {
772 PLOG(WARNING) << "Failed to mount() rootfs as MS_SLAVE";
777 // bind mount storage into their respective private namespaces, which
781 if (mount("tmpfs", target_base, "tmpfs", MS_NOSUID | MS_NODEV,
783 LOG(WARNING) << "Failed to mount tmpfs to " << target_base;
    [all...]
  /device/asus/deb/
init.deb.rc 20 mount debugfs debugfs /sys/kernel/debug
160 # We chown/chmod /persist again so because mount is run as root + defaults
422 # Binding fuse mount point to /storage/emulated/legacy
425 mount none /mnt/shell/emulated/0 /storage/emulated/legacy bind
  /external/kernel-headers/original/asm-mips/
sgiarcs.h 227 LONG mount; member in struct:linux_romvec
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-darwin.h 80 // old mount 21
226 DECL_TEMPLATE(darwin, mount); // 167
  /bootable/diskinstaller/
config.mk 149 # $(3): mount point
  /external/libsepol/tests/policies/test-expander/
small-base.conf 147 mount
  /external/sepolicy/
access_vectors 135 mount
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_tasks.js 176 } else if (taskParts[2] == 'mount-archive') {
432 if (id == 'mount-archive') {
461 * @param {Array.<string>} urls Mount file urls list.
471 * @param {Array.<string>} urls Mount file urls list.
  /external/chromium_org/crypto/
nss_util.cc 20 #include <sys/mount.h>
  /external/e2fsprogs/lib/blkid/
probe.h 344 char mount[128]; member in struct:ocfs_volume_header
  /bionic/libc/arch-arm/
syscalls.mk 104 syscall_src += arch-arm/syscalls/mount.S
  /bionic/libc/arch-mips/
syscalls.mk 107 syscall_src += arch-mips/syscalls/mount.S

Completed in 2258 milliseconds

1 2 3 4 5 6 78 910