Home
last modified time | relevance | path

Searched refs:new_format (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/env/
Denv_test.cc1357 char new_format[550]; in TEST_P() local
1358 std::fill_n(new_format, sizeof(new_format), '2'); in TEST_P()
1362 int n = vsnprintf(new_format, sizeof(new_format) - 1, format, backup_ap); in TEST_P()
1372 if (new_format[0] == '[') { in TEST_P()
1381 for (size_t i = 0; i < sizeof(new_format); i++) { in TEST_P()
1382 if (new_format[i] == 'x') { in TEST_P()
1384 } else if (new_format[i] == '\0') { in TEST_P()
1437 char new_format[2000]; in TEST_P() local
1438 std::fill_n(new_format, sizeof(new_format), '2'); in TEST_P()
1442 int n = vsnprintf(new_format, sizeof(new_format) - 1, format, backup_ap); in TEST_P()
Denv.cc206 char new_format[500]; in Logv() local
207 snprintf(new_format, sizeof(new_format) - 1, "[%s] %s", in Logv()
209 Logv(new_format, ap); in Logv()