Searched refs:FcStat (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcstat.c | 78 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 D | fcatomic.c | 161 if (FcStat (atomic->lck, &lck_stat) >= 0)
|
| H A D | fcdir.c | 36 if (FcStat (file, &statb) != 0) 60 if (FcStat (file, &statb) != 0)
|
| H A D | fccache.c | 93 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 D | fccfg.c | 247 if (FcStat (file, &statb) == 0) 2763 if (!url && FcStat (n, &sb) == 0 && S_ISFIFO (sb.st_mode))
|
| H A D | fcint.h | 1251 FcStat (const FcChar8 *file, struct stat *statb);
|
| /xsrc/external/mit/fontconfig/include/ |
| H A D | fcint.h | 1268 FcStat (const FcChar8 *file, struct stat *statb);
|
Completed in 14 milliseconds