Searched refs:flag_info_file (Results 1 – 4 of 4) sorted by relevance
62 let flag_info_file = copy_to_temp_rw_file("./flag.info"); in test_set_flag_has_server_override() localVariable63 let flag_info_path = flag_info_file.path().display().to_string(); in test_set_flag_has_server_override()84 let flag_info_file = copy_to_temp_rw_file("./flag.info"); in test_set_flag_has_local_override() localVariable85 let flag_info_path = flag_info_file.path().display().to_string(); in test_set_flag_has_local_override()
175 let flag_info_file = in test_flag_info_query() localVariable180 get_flag_attribute(&flag_info_file, FlagValueType::Boolean, offset as u32).unwrap(); in test_flag_info_query()192 let flag_info_file = in test_invalid_boolean_flag_info_query() localVariable194 let err = get_flag_attribute(&flag_info_file, FlagValueType::Boolean, 8u32).unwrap_err(); in test_invalid_boolean_flag_info_query()
387 let flag_info_file = copy_to_temp_file("./tests/flag.info", false).unwrap(); in test_set_flag_has_server_override() localVariable388 let flag_info_path = flag_info_file.path().display().to_string(); in test_set_flag_has_server_override()410 let flag_info_file = copy_to_temp_file("./tests/flag.info", false).unwrap(); in test_set_flag_has_local_override() localVariable411 let flag_info_path = flag_info_file.path().display().to_string(); in test_set_flag_has_local_override()
495 let flag_info_file = in test_flag_info_query() localVariable500 get_flag_attribute(&flag_info_file, FlagValueType::Boolean, offset as u32).unwrap(); in test_flag_info_query()