Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/landlock/
H A Daudit.h466 char *absolute_path = NULL; in audit_init_with_exe_filter()
480 absolute_path = realpath(path, NULL);
481 if (!absolute_path)
485 filter->exe_len = strlen(absolute_path);
489 memcpy(filter->exe, absolute_path, filter->exe_len);
490 free(absolute_path);
399 char *absolute_path = NULL; audit_init_filter_exe() local
H A Dfs_test.c7217 char *absolute_path = NULL; in TEST_F()
7232 * It is assumed that absolute_path does not contain control in TEST_F()
7235 absolute_path = realpath(path, NULL); in TEST_F()
7236 if (!absolute_path) in TEST_F()
7241 log_match_cursor = regex_escape(absolute_path, log_match_cursor, in TEST_F()
7243 free(absolute_path); in TEST_F()
7058 char *absolute_path = NULL; matches_log_fs_extra() local