Searched refs:O_TRUNC (Results 1 – 15 of 15) sorted by relevance
| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | yportenv.h | 117 #ifndef O_TRUNC 118 #define O_TRUNC 01000 macro
|
| H A D | yaffs_uboot_glue.c | 287 O_CREAT | O_RDWR | O_TRUNC, in make_a_file() 387 outh = yaffs_open(fn, O_CREAT | O_RDWR | O_TRUNC, S_IREAD | S_IWRITE); in cmd_yaffs_mwrite_file()
|
| H A D | yaffsfs.c | 811 oflag &= ~(O_TRUNC); in yaffs_open_sharing() 981 if ((oflag & O_TRUNC) && fd->writing) in yaffs_open_sharing()
|
| /rk3399_rockchip-uboot/board/samsung/smdkv310/tools/ |
| H A D | mksmdkv310spl.c | 52 ofd = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM); in main()
|
| /rk3399_rockchip-uboot/board/samsung/origen/tools/ |
| H A D | mkorigenspl.c | 54 ofd = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM); in main()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | imagetool.c | 76 dfd = open(file_name, O_RDWR | O_CREAT | O_TRUNC | O_BINARY, in imagetool_save_subimage()
|
| H A D | mkexynosspl.c | 112 ofd = open(argv[of_index], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM); in main()
|
| H A D | fit_image.c | 432 fd = open(fname, O_RDWR | O_CREAT | O_TRUNC | O_BINARY, 0666); in fit_build() 649 fd = open(fname, O_RDWR | O_CREAT | O_TRUNC | O_BINARY, 0666); in fit_import_data()
|
| H A D | ifdtool.c | 462 O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | in write_regions() 499 new_fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | in write_image()
|
| H A D | mxsboot.c | 658 outfd = open(argv[offset + 2], O_CREAT | O_TRUNC | O_WRONLY, in main()
|
| H A D | mkimage.c | 378 O_RDWR|O_CREAT|O_TRUNC|O_BINARY, 0666); in main()
|
| /rk3399_rockchip-uboot/tools/env/ |
| H A D | fw_env_main.c | 267 lockfd = open(lockname, O_WRONLY | O_CREAT | O_TRUNC, 0666); in main()
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | util.c | 306 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0666); in utilfdt_write_err()
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | confdata.c | 917 fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644); in conf_split_config() 937 fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644); in conf_split_config()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | cli_hush.c | 152 { O_CREAT|O_TRUNC|O_WRONLY, 1, ">" },
|