Home
last modified time | relevance | path

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

/aosp12/bionic/libc/include/
H A Dglob.h64 int (*gl_stat)(const char*, struct stat*); member
/aosp12/bionic/tests/
H A Dglob_test.cpp66 g->gl_stat = fake_stat; in InstallFake()
/aosp12/bionic/libc/upstream-freebsd/lib/libc/gen/
H A Dglob.c1044 return ((*pglob->gl_stat)(buf, sb)); in g_stat()