Home
last modified time | relevance | path

Searched refs:cmd_yaffs_write_file (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/cmd/
H A Dyaffs2.c34 extern void cmd_yaffs_write_file(char *fn, char bval, int sizeOfFile);
174 cmd_yaffs_write_file(filename, value, numValues); in do_ywr()
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_uboot_glue.c350 void cmd_yaffs_write_file(char *yaffsName, char bval, int sizeOfFile) in cmd_yaffs_write_file() function