Home
last modified time | relevance | path

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

/aosp12/bionic/libc/include/
H A Dglob.h63 int (*gl_lstat)(const char*, struct stat*); member
/aosp12/bionic/tests/
H A Dglob_test.cpp65 g->gl_lstat = fake_lstat; in InstallFake()
/aosp12/bionic/libc/upstream-freebsd/lib/libc/gen/
H A Dglob.c1030 return((*pglob->gl_lstat)(buf, sb)); in g_lstat()