Searched refs:O_CREAT (Results 1 – 7 of 7) sorted by relevance
81 o_flags = O_RDWR | O_CREAT; in fopen()83 o_flags = O_APPEND | O_CREAT; in fopen()85 o_flags = O_APPEND | O_CREAT; in fopen()
18 #define O_CREAT 00000100 // Create file if it does not exist macro
22 #define O_CREAT 00000100 // Create file if it does not exist macro
23 #define O_CREAT 00000100 // Create file if it does not exist
49 const O_CREAT = 0o00000100; constant
216 if mode.contains(FileMode::O_CREAT) in do_open()
367 int fd = open(file_path, O_CREAT); in shell_cmd_touch()