Home
last modified time | relevance | path

Searched refs:FSTYPE (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/tools/scripts/make_rootfs/
Drootfsimg.sh35 FSTYPE=$2
36 ROOTFS_IMG=${ROOTFS_DIR}"_"${FSTYPE}".img"
61 if [ "${FSTYPE}" = "jffs2" ]; then
69 elif [ "${FSTYPE}" = "yaffs2" ]; then
72 elif [ "${FSTYPE}" = "romfs" ]; then
75 elif [ "${FSTYPE}" = "vfat" ]; then
/kernel/liteos_a/
DMakefile77 FSTYPE = jffs2 macro
80 FSTYPE = vfat macro
83 FSTYPE = yaffs2 macro
86 FSTYPE = jffs2 macro
107 FSTYPE: value should be one of (jffs2 vfat yaffs2)
187 $(HIDE)$(LITEOS_SCRIPTPATH)/make_rootfs/rootfsimg.sh $(ROOTFS_DIR) $(FSTYPE)
/kernel/liteos_a/testsuites/
DMakefile63 FSTYPE = jffs2 macro
66 FSTYPE = vfat macro