Searched refs:UTIL_getFileStat (Results 1 – 2 of 2) sorted by relevance
285 UTIL_STATIC int UTIL_getFileStat(const char* infilename, stat_t *statbuf) in UTIL_getFileStat() function302 …return UTIL_getFileStat(infilename, &statbuf); /* Only need to know whether it is a regular file */ in UTIL_isRegularFile()
932 if (strcmp (srcFileName, stdinmark) && UTIL_getFileStat(srcFileName, &statbuf)) in FIO_compressFilename_dstFile()1663 && UTIL_getFileStat(srcFileName, &statbuf) ) in FIO_decompressDstFile()