Searched refs:NXT_FILE_TRUNCATE (Results 1 – 3 of 3) sorted by relevance
112 ret = nxt_file_open(&task, &uc_file, NXT_FILE_WRONLY, NXT_FILE_TRUNCATE, in nxt_utf8_file_name_test()
147 #define NXT_FILE_TRUNCATE (O_CREAT | O_TRUNC) macro
1665 ret = nxt_file_open(task, &file, NXT_FILE_WRONLY, NXT_FILE_TRUNCATE, in nxt_main_file_store()