element_path      142 tests/lib/vfs/path_recode.c     const char *element_path;
element_path      149 tests/lib/vfs/path_recode.c     element_path = vfs_path_get_last_path_str (vpath);
element_path      154 tests/lib/vfs/path_recode.c     mctest_assert_str_eq (element_path, data->expected_element_path);
element_path      147 tests/lib/vfs/relative_cd.c         const char *element_path;
element_path      150 tests/lib/vfs/relative_cd.c         element_path = vfs_path_get_last_path_str (vpath);
element_path      151 tests/lib/vfs/relative_cd.c         mctest_assert_str_eq (element_path, data->expected_element_path);