Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c1495 char expected_location[PATH_MAX]; in do_chdir() local
1500 strcpy(expected_location, tst_get_tmpdir()); in do_chdir()
1501 strcat(expected_location, "/"); in do_chdir()
1502 strcat(expected_location, tc_ptr->fn_arg[2]); in do_chdir()
1506 } else if (strcmp(cwd, expected_location) == 0) { in do_chdir()
1514 cwd, expected_location); in do_chdir()