• Home
  • Raw
  • Download

Lines Matching refs:bufSize

155             constexpr int bufSize = 1024;  in RollLogFile()  local
156 char buf[bufSize] = { 0 }; in RollLogFile()
157 uv_strerror_r(value, buf, bufSize); in RollLogFile()
168 constexpr int bufSize = 1024; in RollLogFile() local
169 char buf[bufSize] = { 0 }; in RollLogFile()
170 uv_strerror_r(value, buf, bufSize); in RollLogFile()
175 constexpr int bufSize = 1024; in RollLogFile() local
176 char buf[bufSize] = { 0 }; in RollLogFile()
177 uv_strerror_r(value, buf, bufSize); in RollLogFile()
334 constexpr int bufSize = 1024; in SendCallback() local
335 char buf[bufSize] = { 0 }; in SendCallback()
336 uv_strerror_r(status, buf, bufSize); in SendCallback()
1051 constexpr int bufSize = 1024; in CreateSocketPair() local
1052 char buf[bufSize] = { 0 }; in CreateSocketPair()
1053 strerror_r(errno, buf, bufSize); in CreateSocketPair()
1173 constexpr int bufSize = 1024; in CheckDirectoryOrPath() local
1174 char buf[bufSize] = { 0 }; in CheckDirectoryOrPath()
1175 uv_strerror_r((int)req.result, buf, bufSize); in CheckDirectoryOrPath()
1188 constexpr int bufSize = 1024; in CheckDirectoryOrPath() local
1189 char buf[bufSize] = { 0 }; in CheckDirectoryOrPath()
1190 uv_strerror_r((int)req.result, buf, bufSize); in CheckDirectoryOrPath()
1222 constexpr int bufSize = 1024; in TryCreateDirectory() local
1223 char buf[bufSize] = { 0 }; in TryCreateDirectory()
1224 uv_strerror_r((int)req.result, buf, bufSize); in TryCreateDirectory()
1561 constexpr int bufSize = 1024; in GetCwd() local
1562 char buf[bufSize] = { 0 }; in GetCwd()
1563 uv_strerror_r(value, buf, bufSize); in GetCwd()
1587 constexpr int bufSize = 1024; in GetTmpDir() local
1588 char buf[bufSize] = { 0 }; in GetTmpDir()
1589 uv_strerror_r(value, buf, bufSize); in GetTmpDir()