Searched refs:ERROR_FILE_EXISTS (Results 1 – 11 of 11) sorted by relevance
186 if (error == ERROR_FILE_EXISTS || error == ERROR_ALREADY_EXISTS) in rpl_rename()236 case ERROR_FILE_EXISTS: in rpl_rename()
97 case ERROR_FILE_EXISTS: return UV_EEXIST; in uv_translate_sys_error()
621 if (error == ERROR_FILE_EXISTS && (flags & UV_FS_O_CREAT) && in fs__open()1328 if (error != ERROR_FILE_EXISTS) { in fs__mkstemp_func()
264 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists); in mapWindowsError()
455 { ERROR_FILE_EXISTS, EEXIST }, in win2errno()
885 { ERROR_FILE_EXISTS, EEXIST },
84 ERROR_FILE_EXISTS = 80, enumerator
285 if (er == ERROR_FILE_EXISTS || er == ERROR_ALREADY_EXISTS) in create_batch_file()
431 {ERROR_FILE_EXISTS, errc::file_exists}, in __win_err_to_errc()
2173 if (err == ERROR_ALREADY_EXISTS || err == ERROR_FILE_EXISTS) { in WIN32_rename()
2672 if (err == ERROR_ALREADY_EXISTS || err == ERROR_FILE_EXISTS) { in WIN32_rename()