Home
last modified time | relevance | path

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

/third_party/libunwind/src/
Dohos-config.c20 #define CONF_LINE_SIZE 1024 macro
34 char line[CONF_LINE_SIZE] = {0}; in config_unwi_debug_level()
35 if (fgets(line, CONF_LINE_SIZE - 1, fp) == NULL) { in config_unwi_debug_level()