OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:partition_type
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/updater/
install.c
45
// mount(fs_type,
partition_type
, location, mount_point)
47
// fs_type="yaffs2"
partition_type
="MTD" location=partition
48
// fs_type="ext4"
partition_type
="EMMC" location=device
55
char*
partition_type
;
local
58
if (ReadArgs(state, argv, 4, &fs_type, &
partition_type
,
67
if (strlen(
partition_type
) == 0) {
68
ErrorAbort(state, "
partition_type
argument to %s() can't be empty",
95
if (strcmp(
partition_type
, "MTD") == 0) {
125
free(
partition_type
);
191
// format(fs_type,
partition_type
, location, fs_size, mount_point
204
char*
partition_type
;
local
[
all
...]
/build/tools/releasetools/
edify_generator.py
199
partition_type
= common.PARTITION_TYPES[p.fs_type]
201
if
partition_type
== "MTD":
205
elif
partition_type
== "EMMC":
Completed in 256 milliseconds