HomeSort by relevance Sort by last modified time
    Searched refs:MNT_DETACH (Results 76 - 78 of 78) sorted by null

1 2 34

  /bootable/recovery/
fuse_sdcard_provider.c 123 // Unmount it with MNT_DETACH so that our open file continues to
125 umount2("/sdcard", MNT_DETACH);
fuse_sideload.c 492 result = umount2(FUSE_SIDELOAD_HOST_MOUNTPOINT, MNT_DETACH);
  /external/strace/
system.c 126 #define MNT_DETACH 0x00000002 /* Just detach from the tree */

Completed in 297 milliseconds

1 2 34