Home
last modified time | relevance | path

Searched refs:NXT_FILE_WRONLY (Results 1 – 3 of 3) sorted by relevance

/unit/src/test/
H A Dnxt_utf8_file_name_test.c112 ret = nxt_file_open(&task, &uc_file, NXT_FILE_WRONLY, NXT_FILE_TRUNCATE, in nxt_utf8_file_name_test()
/unit/src/
H A Dnxt_file.h114 #define NXT_FILE_WRONLY O_WRONLY macro
H A Dnxt_main_process.c1610 ret = nxt_file_open(task, &file, NXT_FILE_WRONLY, NXT_FILE_TRUNCATE, in nxt_main_file_store()