OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:add_partition
(Results
1 - 4
of
4
) sorted by null
/external/kernel-headers/original/uapi/linux/
blkpg.h
16
*
add_partition
()
49
/* The data structure for
ADD_PARTITION
and DEL_PARTITION */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
blkpg.h
16
*
add_partition
()
48
/* The data structure for
ADD_PARTITION
and DEL_PARTITION */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
blkpg.h
16
*
add_partition
()
48
/* The data structure for
ADD_PARTITION
and DEL_PARTITION */
/external/toybox/toys/pending/
fdisk.c
914
static int
add_partition
(int idx, int sys_id)
function
988
if (!
add_partition
(num_parts - 1, LINUX_NATIVE)) {
993
else
add_partition
(num_parts -1, LINUX_NATIVE);
1025
if (idx >= 0)
add_partition
(idx, LINUX_NATIVE);
1034
if (idx >= 0)
add_partition
(idx, EXTENDED);
[
all
...]
Completed in 3763 milliseconds