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

1 23 4 5 6 7 8 910

  /prebuilts/ndk/8/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/8/platforms/android-9/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/8/platforms/android-9/arch-mips/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/8/platforms/android-9/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/9/platforms/android-14/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/9/platforms/android-14/arch-mips/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/9/platforms/android-14/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/9/platforms/android-18/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/9/platforms/android-18/arch-mips/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/9/platforms/android-18/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/9/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/9/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/9/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/9/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/9/platforms/android-9/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/9/platforms/android-9/arch-mips/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/9/platforms/android-9/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 *,
  /system/core/libcutils/
partition_utils.c 22 #include <sys/mount.h> /* for BLKGETSIZE */
  /system/vold/
Fat.cpp 31 #include <sys/mount.h>
50 extern "C" int mount(const char *, const char *, const char *, unsigned long, const void *);
146 rc = mount(fsPath, mountPoint, "vfat", flags, mountData);
149 SLOGE("%s appears to be a read only filesystem - retrying mount RO", fsPath);
151 rc = mount(fsPath, mountPoint, "vfat", flags, mountData);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node_mem.cc 18 MountNodeMem::MountNodeMem(Mount* mount)
19 : MountNode(mount), data_(NULL), capacity_(0) {
  /external/genext2fs/
test-mount.sh 31 # 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/chromium_org/chrome/browser/resources/file_manager/js/
volume_manager.js 15 * The list of archives requested to mount. We will show contents once
29 * True, if mount points have been initialized.
131 * mount/unmount received the request supposed failed.
184 * Initialized mount points.
210 // Subscribe to the mount completed event when mount points initialized.
236 if (event.eventType == 'mount') {
239 'mount', event.mountType, event.sourcePath);
247 console.warn('No mount path.');
277 if (event.eventType == 'mount') {
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
cros_library.cc 65 DEFINE_GET_LIBRARY_METHOD(Mount, mount);
122 DEFINE_SET_LIBRARY_METHOD(Mount, mount);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
kernel_proxy_test.cc 22 #include "nacl_io/mount.h"
44 Mount* RootMount() {
57 // Unmount the passthrough FS and mount a memfs.
59 EXPECT_EQ(0, kp_->mount("", "/", "memfs", 0, NULL));
79 MountMem* mount = (MountMem*)kp_->RootMount(); local
82 EXPECT_EQ(0, mount->Open(Path("/"), O_RDONLY, &root));
324 MountNodeMockMMap(Mount* mount) : MountNode(mount), node_mmap_count_(0) {
356 class MountMockMMap : public Mount {
    [all...]
  /system/core/rootdir/
Android.mk 27 # create some directories (some are mount points)

Completed in 4843 milliseconds

1 23 4 5 6 7 8 910