Searched refs:mount (Results 1 - 25 of 92) sorted by relevance

1234

/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dmock_node.cc7 MockNode::MockNode(nacl_io::Filesystem* mount) : Node(mount) {} argument
H A Dsyscalls_test.cc27 // Unmount the passthrough FS and mount a memfs.
29 EXPECT_EQ(0, kp_.mount("", "/", "memfs", 0, NULL));
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dmount.c8 int mount(const char* source, const char* target, const char* filesystemtype, function
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
H A Dmount.h12 int mount(const char* source,
/external/ltrace/testsuite/ltrace.main/
H A Dsystem_call_params.exp40 mount("source", "target", "filesystemtype", 0, 0);
48 int mount(string, string, string, ulong, addr);
68 {{^mount@SYS\("source", "target", "filesystemtype"} == 1}
/external/strace/qemu_multiarch_testing/hdc.dir/
H A Dinit218 mount -o remount,ro /home
/external/f2fs-tools/fsck/
H A DMakefile.am6 fsck_f2fs_SOURCES = main.c fsck.c dump.c mount.c
/external/f2fs-tools/scripts/
H A Dspo_test.sh30 mount -t f2fs -o disable_roll_forward $DEV $MNT || exit
37 mount -t f2fs $DEV $MNT || exit
42 mount -t f2fs $DEV $MNT || exit
/external/e2fsprogs/e2fsck/
H A Dflushb.c22 #include <sys/mount.h>
H A Dquota.c8 #include <sys/mount.h>
/external/e2fsprogs/lib/ext2fs/
H A Dflushb.c25 #include <sys/mount.h> /* This may define BLKFLSBUF */
35 * BLKFLSBUF in sys/mount.h, but FDFLUSH still doesn't seem to be
/external/linux-tools-perf/perf-3.12.0/tools/lib/lk/
H A Ddebugfs.c7 #include <sys/mount.h>
76 /* mount the debugfs somewhere if it's not mounted */
95 if (mount(NULL, mountpoint, "debugfs", 0, NULL) < 0)
/external/libselinux/src/
H A Dload_policy.c5 #include <sys/mount.h>
/external/qemu/distrib/libselinux/src/
H A Dload_policy.c5 #include <sys/mount.h>
/external/genext2fs/
H A Dtest-mount.sh31 # dtest-mount - Exercise the -d directory option of genext2fs
34 # Usage: dtest-mount file-size number-of-blocks
41 mount -t ext2 -o ro,loop ext2.img mnt || fail
50 # ftest-mount - Exercise the -f spec-file option of genext2fs
54 # Usage: ftest-mount spec-file number-of-blocks
61 mount -t ext2 -o ro,loop ext2.img mnt || fail
/external/strace/qemu_multiarch_testing/
H A Dmake-hdc-img.sh13 mount -o loop hdc.img hdc.img.dir &&
/external/chromium_org/third_party/boringssl/src/crypto/
H A Dthread.c101 void CRYPTO_set_add_lock_callback(int (*func)(int *num, int mount, int lock_num, argument
137 int (*CRYPTO_get_add_lock_callback(void))(int *num, int mount, int lock_num,
/external/iproute2/ip/
H A Dipnetns.c6 #include <sys/mount.h>
111 if (mount(netns_name, etc_name, "none", MS_BIND, NULL) < 0) {
160 if (mount(name, "/sys", "sysfs", 0, NULL) < 0) {
161 fprintf(stderr, "mount of /sys failed: %s\n",strerror(errno));
198 * a new mount namespace and bind them into a well known
201 * The mount namespace is created so that any necessary
235 if (mount("/proc/self/ns/net", netns_path, "none", MS_BIND, NULL) < 0) {
/external/chromium_org/chromeos/login/auth/
H A Dextended_authenticator_impl.cc91 cryptohome::MountParameters mount(false);
93 mount.create_keys.push_back(keys[i]);
103 mount,
194 cryptohome::MountParameters mount(false);
199 mount,
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
H A Dflock.cc8 #include <sys/mount.h>
107 mount("images", "/images", "httpfs", 0, "");
/external/chromium_org/native_client_sdk/src/examples/tutorial/dlopen/
H A Ddlopen.cc10 #include <sys/mount.h>
60 // Mount a HTTP mount at /http. All reads from /http/* will read from the
62 mount("", "/http", "httpfs", 0, "");
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
H A Dnacl_io_demo.c16 #include <sys/mount.h>
378 mount("", "/", "memfs", 0, "");
380 mount("", /* source */
386 mount("", /* source. Use relative URL */
/external/f2fs-tools/
H A DAndroid.mk90 fsck/mount.c \
108 fsck/mount.c \
/external/f2fs-tools/lib/
H A Dlibf2fs_io.c20 #include <sys/mount.h>
/external/f2fs-tools/mkfs/
H A Df2fs_format_main.c17 #include <sys/mount.h>

Completed in 6436 milliseconds

1234