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

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcstat.c78 FcStat (const FcChar8 *file, struct stat *statb) function in typeref:typename:int
127 FcStat (const FcChar8 *file, struct stat *statb) function in typeref:typename:int
339 if (FcStat (file, statb) == -1)
343 /* We have a workaround of the broken stat() in FcStat() for Win32.
H A Dfcatomic.c161 if (FcStat (atomic->lck, &lck_stat) >= 0)
H A Dfcdir.c36 if (FcStat (file, &statb) != 0)
60 if (FcStat (file, &statb) != 0)
H A Dfccache.c93 if (FcStat (d, &statb) != 0)
352 if (FcStat (cache_file, file_stat) < 0)
1495 if (cache->size < FC_CACHE_MIN_MMAP && FcStat (cache_hashed, &cache_stat))
H A Dfccfg.c247 if (FcStat (file, &statb) == 0)
2763 if (!url && FcStat (n, &sb) == 0 && S_ISFIFO (sb.st_mode))
H A Dfcint.h1251 FcStat (const FcChar8 *file, struct stat *statb);
/xsrc/external/mit/fontconfig/include/
H A Dfcint.h1268 FcStat (const FcChar8 *file, struct stat *statb);

Completed in 14 milliseconds