Home
last modified time | relevance | path

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

/bootable/recovery/edify/
Dmain.c26 int expect(const char* expr_str, const char* expected, int* errors) { in expect() argument
32 int error_count = parse_string(expr_str, &e, &error_count); in expect()
35 expr_str, error_count); in expect()
42 state.script = strdup(expr_str); in expect()
49 printf("error evaluating \"%s\"\n", expr_str); in expect()
60 expr_str, expected, result); in expect()