HomeSort by relevance Sort by last modified time
    Searched refs:PARTITION_TYPES (Results 1 - 2 of 2) sorted by null

  /build/tools/releasetools/
edify_generator.py 140 (p.fs_type, common.PARTITION_TYPES[p.fs_type],
169 (p.fs_type, common.PARTITION_TYPES[p.fs_type],
199 partition_type = common.PARTITION_TYPES[p.fs_type]
common.py 839 PARTITION_TYPES = { "yaffs2": "MTD", "mtd": "MTD",
845 return PARTITION_TYPES[fstab[mount_point].fs_type], fstab[mount_point].device

Completed in 287 milliseconds