HomeSort by relevance Sort by last modified time
    Searched defs:mount (Results 1 - 12 of 12) sorted by null

  /bionic/libc/arch-arm/syscalls/
mount.S 6 ENTRY(mount) function
18 END(mount)
  /bionic/libc/arch-mips/syscalls/
mount.S 4 .globl mount
6 .ent mount
8 mount: label
22 .end mount
  /bionic/libc/arch-x86/syscalls/
mount.S 6 ENTRY(mount) function
33 END(mount)
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 204 IBinder service = ServiceManager.getService("mount");
208 Log.e(TAG, "Can't get mount service");
240 mount(); method
346 private void mount() {
352 Log.e(TAG, "Mount service is null, can't mount");
  /frameworks/base/services/java/com/android/server/power/
ShutdownThread.java 347 final IMountService mount = IMountService.Stub.asInterface( local
348 ServiceManager.checkService("mount"));
349 if (mount != null) {
350 mount.shutdown(observer);
  /bionic/libc/kernel/arch-mips/asm/
sgiarcs.h 226 LONG mount; member in struct:linux_romvec
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 226 LONG mount; member in struct:linux_romvec
  /external/kernel-headers/original/asm-mips/
sgiarcs.h 227 LONG mount; member in struct:linux_romvec
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 226 LONG mount; member in struct:linux_romvec
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
sgiarcs.h 226 LONG mount; member in struct:linux_romvec
  /external/e2fsprogs/lib/blkid/
probe.h 344 char mount[128]; member in struct:ocfs_volume_header
  /external/kernel-headers/original/linux/
fs.h 184 * These are the fs-independent mount-flags: up to 32 flags are supported
186 #define MS_RDONLY 1 /* Mount read-only */
222 * Old magic mount flag and mask
253 * i_flags updated. Hence, i_flags no longer inherit the superblock mount
1806 struct dentry *(*mount) (struct file_system_type *, int, member in struct:file_system_type
    [all...]

Completed in 741 milliseconds