Searched refs:dstFileName (Results 1 – 1 of 1) sorted by relevance
158 static void addHandler(char const* dstFileName) in addHandler() argument160 if (UTIL_isRegularFile(dstFileName)) { in addHandler()161 g_artefact = dstFileName; in addHandler()649 const char* srcFileName, const char* dstFileName, in FIO_openDstFile() argument654 assert(dstFileName != NULL); in FIO_openDstFile()655 if (!strcmp (dstFileName, stdoutmark)) { in FIO_openDstFile()666 if (srcFileName != NULL && UTIL_isSameFile(srcFileName, dstFileName)) { in FIO_openDstFile()675 if (UTIL_isRegularFile(dstFileName)) { in FIO_openDstFile()680 if (!strcmp(dstFileName, nulmark)) { in FIO_openDstFile()682 dstFileName); in FIO_openDstFile()[all …]