Home | History | Annotate | Download | only in symlink

Lines Matching defs: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);