Lines Matching refs:expected_location
1495 char expected_location[PATH_MAX];1500 strcpy(expected_location, tst_get_tmpdir());1501 strcat(expected_location, "/");1502 strcat(expected_location, tc_ptr->fn_arg[2]);1506 } else if (strcmp(cwd, expected_location) == 0) {1514 cwd, expected_location);