Home
last modified time | relevance | path

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

/u-boot/fs/yaffs2/
A Dyportenv.h110 #ifndef O_CREAT
111 #define O_CREAT 0100 macro
A Dyaffs_uboot_glue.c288 O_CREAT | O_RDWR | O_TRUNC, in make_a_file()
388 outh = yaffs_open(fn, O_CREAT | O_RDWR | O_TRUNC, S_IREAD | S_IWRITE); in cmd_yaffs_mwrite_file()
A Dyaffsfs.c807 if (!(oflag & O_CREAT)) in yaffs_open_sharing()
811 if ((oflag & O_CREAT) & (oflag & O_EXCL)) in yaffs_open_sharing()
857 (oflag & O_EXCL) && (oflag & O_CREAT)) { in yaffs_open_sharing()
938 if (!obj && dir && !errorReported && (oflag & O_CREAT)) { in yaffs_open_sharing()
955 if (!obj && dir && !errorReported && !(oflag & O_CREAT)) { in yaffs_open_sharing()
/u-boot/board/samsung/smdkv310/tools/
A Dmksmdkv310spl.c51 ofd = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM); in main()
/u-boot/test/py/tests/test_android/
A Dtest_ab.py34 fd = os.open(persistent, os.O_RDWR | os.O_CREAT)
/u-boot/board/samsung/origen/tools/
A Dmkorigenspl.c53 ofd = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM); in main()
/u-boot/tools/
A Dimagetool.c107 dfd = open(file_name, O_RDWR | O_CREAT | O_TRUNC | O_BINARY, in imagetool_save_subimage()
A Dmkexynosspl.c111 ofd = open(argv[of_index], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM); in main()
A Dmksunxiboot.c123 fd_out = open(argv[2], O_WRONLY | O_CREAT, 0666); in main()
A Difdtool.c461 O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | in write_regions()
498 new_fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | in write_image()
1008 bios_fd = open(filename, O_WRONLY | O_CREAT, 0666); in main()
A Dfit_image.c404 fd = open(fname, O_RDWR | O_CREAT | O_TRUNC | O_BINARY, 0666); in fit_build()
630 fd = open(fname, O_RDWR | O_CREAT | O_TRUNC | O_BINARY, 0666); in fit_import_data()
670 fd_dst = open(dst, O_WRONLY | O_CREAT, 0666); in copyfile()
A Dmxsboot.c657 outfd = open(argv[offset + 2], O_CREAT | O_TRUNC | O_WRONLY, in main()
A Dmkimage.c390 O_RDWR|O_CREAT|O_TRUNC|O_BINARY, 0666); in main()
/u-boot/tools/env/
A Dfw_env_main.c253 lockfd = open(lockname, O_WRONLY | O_CREAT | O_TRUNC, 0666); in main()
/u-boot/test/py/tests/
A Dtest_gpt.py40 fd = os.open(persistent, os.O_RDWR | os.O_CREAT)
/u-boot/arch/sandbox/cpu/
A Dos.c87 flags |= O_CREAT; in os_open()
557 fd = open(fname, O_CREAT | O_WRONLY, 0777); in os_write_ram_buf()
/u-boot/scripts/dtc/
A Dutil.c306 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0666); in utilfdt_write_err()
/u-boot/scripts/kconfig/
A Dconfdata.c986 fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644); in conf_split_config()
999 fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644); in conf_split_config()
/u-boot/common/
A Dcli_hush.c150 { O_CREAT|O_TRUNC|O_WRONLY, 1, ">" },
151 { O_CREAT|O_APPEND|O_WRONLY, 1, ">>" },
/u-boot/tools/buildman/
A Dkconfiglib.py6389 sym_path, os.O_WRONLY | os.O_CREAT | os.O_TRUNC, 0o644))

Completed in 595 milliseconds