Home
last modified time | relevance | path

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

/bionic/libc/include/
Dmntent.h50 char* mnt_fsname; member
/bionic/tests/
Dmntent_test.cpp32 if (strcmp(entry.mnt_fsname, "proc") == 0 && strcmp(entry.mnt_dir, "/proc") == 0) { in TEST()
/bionic/libc/bionic/
Dmntent.cpp48 e->mnt_fsname = &buf[fsname0]; in getmntent_r()