Searched refs:flag_value_file (Results 1 – 4 of 4) sorted by relevance
147 let flag_value_file = in test_boolean_flag_value_query() localVariable151 let flag_value = get_boolean_flag_value(&flag_value_file, offset as u32).unwrap(); in test_boolean_flag_value_query()161 let flag_value_file = in test_invalid_boolean_flag_value_query() localVariable163 let err = get_boolean_flag_value(&flag_value_file, 8u32).unwrap_err(); in test_invalid_boolean_flag_value_query()
41 let flag_value_file = copy_to_temp_rw_file("./flag.val"); in test_boolean_flag_value_update() localVariable42 let flag_value_path = flag_value_file.path().display().to_string(); in test_boolean_flag_value_update()
482 let flag_value_file = in test_flag_value_query() localVariable486 let flag_value = get_boolean_flag_value(&flag_value_file, offset as u32).unwrap(); in test_flag_value_query()
358 let flag_value_file = copy_to_temp_file("./tests/flag.val", false).unwrap(); in test_set_boolean_flag_value() localVariable359 let flag_value_path = flag_value_file.path().display().to_string(); in test_set_boolean_flag_value()