Searched refs:UTIL_isRegularFile (Results 1 – 3 of 3) sorted by relevance
259 UTIL_STATIC int UTIL_isRegularFile(const char* infilename);267 if (!UTIL_isRegularFile(filename)) in UTIL_setFileStat()299 UTIL_STATIC int UTIL_isRegularFile(const char* infilename) in UTIL_isRegularFile() function338 if (!UTIL_isRegularFile(infilename)) return UTIL_FILESIZE_UNKNOWN; in UTIL_getFileSize()
151 assert(UTIL_isRegularFile(g_artefact)); in INThandler()159 if (UTIL_isRegularFile(dstFileName)) { in addHandler()276 if (!UTIL_isRegularFile(path)) { in FIO_remove()300 if (!UTIL_isRegularFile(srcFileName)) { in FIO_openSrcFile()333 if (UTIL_isRegularFile(dstFileName)) { in FIO_openDstFile()1923 int const isAFile = UTIL_isRegularFile(srcFileName); in getFileInfo()
44 FUZZ_ASSERT_MSG(UTIL_isRegularFile(fileName), fileName); in main()