Searched refs:CONFIG_FILE (Results 1 – 3 of 3) sorted by relevance
28 static const char* CONFIG_FILE = kConfigFile.c_str(); variable77 FILE* fp = fopen(CONFIG_FILE, "wt"); in SetUp()91 std::unique_ptr<config_t> config = config_new(CONFIG_FILE); in TEST_F()101 std::unique_ptr<config_t> config = config_new(CONFIG_FILE); in TEST_F()117 std::unique_ptr<config_t> config = config_new(CONFIG_FILE); in TEST_F()148 std::unique_ptr<config_t> config = config_new(CONFIG_FILE); in TEST_F()153 std::unique_ptr<config_t> config = config_new(CONFIG_FILE); in TEST_F()168 std::unique_ptr<config_t> config = config_new(CONFIG_FILE); in TEST_F()173 std::unique_ptr<config_t> config = config_new(CONFIG_FILE); in TEST_F()182 std::unique_ptr<config_t> config = config_new(CONFIG_FILE); in TEST_F()[all …]
31 Config, BETTERBUG_CACHE_DIR_PREFIX, BETTERBUG_CACHE_DIR_SUFFIX, CONFIG_FILE,143 let config_changed = read_to_string(*CONFIG_FILE) in new()156 write(*CONFIG_FILE, &new_config.to_string())?; in new()
41 pub static ref CONFIG_FILE: &'static Path =