Searched refs:last_root (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c411 const char *mnt_root, *last_dir, *last_root; local
424 last_root = strrchr(mnt_root, '/');
425 if (last_root)
426 last_root++;
428 last_root = mnt_root;
430 if (strcmp(last_dir, last_root) != 0) {
432 last_root, last_dir);

Completed in 145 milliseconds