Home
last modified time | relevance | path

Searched refs:O_TRUNC (Results 1 – 15 of 15) sorted by relevance

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h117 #ifndef O_TRUNC
118 #define O_TRUNC 01000 macro
H A Dyaffs_uboot_glue.c287 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 Dyaffsfs.c811 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 Dmksmdkv310spl.c52 ofd = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM); in main()
/rk3399_rockchip-uboot/board/samsung/origen/tools/
H A Dmkorigenspl.c54 ofd = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM); in main()
/rk3399_rockchip-uboot/tools/
H A Dimagetool.c76 dfd = open(file_name, O_RDWR | O_CREAT | O_TRUNC | O_BINARY, in imagetool_save_subimage()
H A Dmkexynosspl.c112 ofd = open(argv[of_index], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM); in main()
H A Dfit_image.c432 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 Difdtool.c462 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 Dmxsboot.c658 outfd = open(argv[offset + 2], O_CREAT | O_TRUNC | O_WRONLY, in main()
H A Dmkimage.c378 O_RDWR|O_CREAT|O_TRUNC|O_BINARY, 0666); in main()
/rk3399_rockchip-uboot/tools/env/
H A Dfw_env_main.c267 lockfd = open(lockname, O_WRONLY | O_CREAT | O_TRUNC, 0666); in main()
/rk3399_rockchip-uboot/scripts/dtc/
H A Dutil.c306 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0666); in utilfdt_write_err()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dconfdata.c917 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 Dcli_hush.c152 { O_CREAT|O_TRUNC|O_WRONLY, 1, ">" },