Searched refs:O_CREAT (Results 1 – 7 of 7) sorted by relevance
74 o_flags = O_RDWR | O_CREAT; in fopen()76 o_flags = O_APPEND | O_CREAT; in fopen()78 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
51 const O_CREAT = 0o00000100; constant
198 if mode.contains(FileMode::O_CREAT) in do_open()
357 int fd = open(file_path, O_CREAT); in shell_cmd_touch()