HomeSort by relevance Sort by last modified time
    Searched refs:umount (Results 101 - 106 of 106) sorted by null

1 2 3 45

  /system/vold/
cryptfs.c 592 /* Now umount the tmpfs filesystem */
594 if (umount(mountpoint)) {
676 * to umount the tmpfs /data, then mount the encrypted /data.
698 /* Now that the framework is shutdown, we should be able to umount()
832 /* Success, so just umount and we'll mount it properly when we restart
835 umount(tmp_mount_point);
    [all...]
VolumeManager.cpp 702 rc = umount(mountPoint);
    [all...]
  /bionic/libc/
Android.mk 69 unistd/umount.c \
  /external/oprofile/utils/
opcontrol     [all...]
  /external/valgrind/main/memcheck/tests/darwin/
scalar.stderr.exp 210 (22): old umount
    [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp 296 Syscall param umount(path) contains uninitialised byte(s)
300 Syscall param umount(path) points to unaddressable byte(s)
    [all...]

Completed in 592 milliseconds

1 2 3 45