Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/execveat/
Dexecveat02.c35 static char app_abs_path[512], app_sym_path[512]; variable
45 {&fd, app_sym_path, AT_SYMLINK_NOFOLLOW, ELOOP},
81 sprintf(app_sym_path, "%s/%s", cur_dir_path, TEST_ERL_SYMLINK); in setup()