OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UBI_IOCVOLUP
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/uapi/mtd/
ubi-user.h
34
#define
UBI_IOCVOLUP
_IOW(UBI_VOL_IOC_MAGIC, 0, __s64)
/external/kernel-headers/original/uapi/mtd/
ubi-user.h
74
* Volume update should be done via the %
UBI_IOCVOLUP
ioctl command of the
82
* ioctl(fd,
UBI_IOCVOLUP
, &image_size);
191
#define
UBI_IOCVOLUP
_IOW(UBI_VOL_IOC_MAGIC, 0, __s64)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/mtd/
ubi-user.h
73
* Volume update should be done via the %
UBI_IOCVOLUP
ioctl command of the
81
* ioctl(fd,
UBI_IOCVOLUP
, &image_size);
177
#define
UBI_IOCVOLUP
_IOW(UBI_VOL_IOC_MAGIC, 0, __s64)
/external/strace/
ubi.c
167
case
UBI_IOCVOLUP
:
/system/update_engine/payload_consumer/
mtd_file_descriptor.cc
197
if (ioctl(fd_,
UBI_IOCVOLUP
, &vsize) != 0) {
Completed in 5677 milliseconds