HomeSort by relevance Sort by last modified time
    Searched refs:g_stat (Results 1 - 2 of 2) sorted by null

  /bionic/libc/upstream-freebsd/lib/libc/gen/
glob.c 160 static int g_stat(Char *, struct stat *, glob_t *);
672 g_stat(pathbuf, &sb, pglob) == 0 &&
1035 g_stat(Char *fn, struct stat *sb, glob_t *pglob) function
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
glob.c 166 static int g_stat(Char *, __gl_stat_t *, glob_t *);
616 (g_stat(pathbuf, &sb, pglob) == 0) &&
978 g_stat(Char *fn, __gl_stat_t *sb, glob_t *pglob) function

Completed in 67 milliseconds