OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MNT_FORCE
(Results
1 - 25
of
68
) sorted by null
1
2
3
/development/ndk/platforms/android-21/include/sys/
mount.h
38
#define
MNT_FORCE
1 /* Forcibly unmount */
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/sys/
mount.h
38
#define
MNT_FORCE
1 /* Forcibly unmount */
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/sys/
mount.h
38
#define
MNT_FORCE
1 /* Forcibly unmount */
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/sys/
mount.h
38
#define
MNT_FORCE
1 /* Forcibly unmount */
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/sys/
mount.h
38
#define
MNT_FORCE
1 /* Forcibly unmount */
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/sys/
mount.h
38
#define
MNT_FORCE
1 /* Forcibly unmount */
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/sys/
mount.h
38
#define
MNT_FORCE
1 /* Forcibly unmount */
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/sys/
mount.h
38
#define
MNT_FORCE
1 /* Forcibly unmount */
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/sys/
mount.h
38
#define
MNT_FORCE
1 /* Forcibly unmount */
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/sys/
mount.h
38
#define
MNT_FORCE
1 /* Forcibly unmount */
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/sys/
mount.h
38
#define
MNT_FORCE
1 /* Forcibly unmount */
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/sys/
mount.h
38
#define
MNT_FORCE
1 /* Forcibly unmount */
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/sys/
mount.h
38
#define
MNT_FORCE
1 /* Forcibly unmount */
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/sys/
mount.h
38
#define
MNT_FORCE
1 /* Forcibly unmount */
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/sys/
mount.h
38
#define
MNT_FORCE
1 /* Forcibly unmount */
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/sys/
mount.h
38
#define
MNT_FORCE
1 /* Forcibly unmount */
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/sys/
mount.h
38
#define
MNT_FORCE
1 /* Forcibly unmount */
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/sys/
mount.h
38
#define
MNT_FORCE
1 /* Forcibly unmount */
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/sys/
mount.h
38
#define
MNT_FORCE
1 /* Forcibly unmount */
/bionic/libc/include/sys/
mount.h
39
#define
MNT_FORCE
1
/external/strace/xlat/
umount_flags.h
2
#if !(defined(
MNT_FORCE
) || (defined(HAVE_DECL_MNT_FORCE) && HAVE_DECL_MNT_FORCE))
3
# define
MNT_FORCE
1
23
XLAT(
MNT_FORCE
),
/development/ndk/platforms/android-3/include/sys/
mount.h
72
#define
MNT_FORCE
1 /* Forcibly unmount */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
mount.h
99
MNT_FORCE
= 1, /* Force unmounting. */
100
#define
MNT_FORCE
MNT_FORCE
118
/* Unmount a filesystem. Force unmounting if FLAGS is set to
MNT_FORCE
. */
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
mount.h
72
#define
MNT_FORCE
1 /* Forcibly unmount */
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
mount.h
72
#define
MNT_FORCE
1 /* Forcibly unmount */
Completed in 2773 milliseconds
1
2
3