| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | yportenv.h | 109 #ifndef O_CREAT 110 #define O_CREAT 0100 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 | 806 if (!(oflag & O_CREAT)) in yaffs_open_sharing() 810 if ((oflag & O_CREAT) & (oflag & O_EXCL)) in yaffs_open_sharing() 856 (oflag & O_EXCL) && (oflag & O_CREAT)) { in yaffs_open_sharing() 937 if (!obj && dir && !errorReported && (oflag & O_CREAT)) { in yaffs_open_sharing() 954 if (!obj && dir && !errorReported && !(oflag & O_CREAT)) { in yaffs_open_sharing()
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | make_test_disk.py | 12 fd = os.open("testdisk.raw", os.O_RDWR|os.O_CREAT )
|
| /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 | mksunxiboot.c | 126 fd_out = open(argv[2], O_WRONLY | O_CREAT, 0666); in main()
|
| 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() 1009 bios_fd = open(filename, O_WRONLY | O_CREAT, 0666); 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 | 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/arch/sandbox/cpu/ |
| H A D | os.c | 86 flags |= O_CREAT; in os_open() 421 fd = open(fname, O_CREAT | O_WRONLY, 0777); in os_write_ram_buf()
|
| /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, ">" }, 153 { O_CREAT|O_APPEND|O_WRONLY, 1, ">>" },
|