Home
last modified time | relevance | path

Searched refs:O_CREAT (Results 1 – 18 of 18) sorted by relevance

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h109 #ifndef O_CREAT
110 #define O_CREAT 0100 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.c806 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 Dmake_test_disk.py12 fd = os.open("testdisk.raw", os.O_RDWR|os.O_CREAT )
/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 Dmksunxiboot.c126 fd_out = open(argv[2], O_WRONLY | O_CREAT, 0666); in main()
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()
1009 bios_fd = open(filename, O_WRONLY | O_CREAT, 0666); 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 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/arch/sandbox/cpu/
H A Dos.c86 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 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, ">" },
153 { O_CREAT|O_APPEND|O_WRONLY, 1, ">>" },