OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MEMERASE
(Results
1 - 13
of
13
) sorted by null
/bionic/libc/kernel/common/mtd/
mtd-abi.h
79
#define
MEMERASE
_IOW('M', 2, struct erase_info_user)
/development/ndk/platforms/android-3/include/mtd/
mtd-abi.h
79
#define
MEMERASE
_IOW('M', 2, struct erase_info_user)
/external/kernel-headers/original/mtd/
mtd-abi.h
79
#define
MEMERASE
_IOW('M', 2, struct erase_info_user)
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/mtd/
mtd-abi.h
79
#define
MEMERASE
_IOW('M', 2, struct erase_info_user)
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/mtd/
mtd-abi.h
79
#define
MEMERASE
_IOW('M', 2, struct erase_info_user)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/mtd/
mtd-abi.h
79
#define
MEMERASE
_IOW('M', 2, struct erase_info_user)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/mtd/
mtd-abi.h
79
#define
MEMERASE
_IOW('M', 2, struct erase_info_user)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/mtd/
mtd-abi.h
79
#define
MEMERASE
_IOW('M', 2, struct erase_info_user)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/mtd/
mtd-abi.h
79
#define
MEMERASE
_IOW('M', 2, struct erase_info_user)
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/mtd/
mtd-abi.h
79
#define
MEMERASE
_IOW('M', 2, struct erase_info_user)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/mtd/
mtd-abi.h
79
#define
MEMERASE
_IOW('M', 2, struct erase_info_user)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/mtd/
mtd-abi.h
79
#define
MEMERASE
_IOW('M', 2, struct erase_info_user)
/bootable/recovery/mtdutils/
mtdutils.c
433
if (ioctl(fd,
MEMERASE
, &erase_info) < 0) {
467
ioctl(fd,
MEMERASE
, &erase_info);
537
if (ioctl(ctx->fd,
MEMERASE
, &erase_info) < 0) {
Completed in 1733 milliseconds