Searched refs:outh (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | yaffs_uboot_glue.c | 282 int outh; in make_a_file() local 286 outh = yaffs_open(yaffsName, in make_a_file() 289 if (outh < 0) { in make_a_file() 290 printf("Error opening file: %d. %s\n", outh, yaffs_error_str()); in make_a_file() 302 yaffs_write(outh, buffer, i); in make_a_file() 307 yaffs_close(outh); in make_a_file() 385 int outh; in cmd_yaffs_mwrite_file() local 387 outh = yaffs_open(fn, O_CREAT | O_RDWR | O_TRUNC, S_IREAD | S_IWRITE); in cmd_yaffs_mwrite_file() 388 if (outh < 0) in cmd_yaffs_mwrite_file() 389 printf("Error opening file: %d, %s\n", outh, yaffs_error_str()); in cmd_yaffs_mwrite_file() [all …]
|