Searched refs:UTIL_isSameFile (Results 1 – 3 of 3) sorted by relevance
189 int UTIL_isSameFile(const char* file1, const char* file2);
373 int UTIL_isSameFile(const char* fName1, const char* fName2) in UTIL_isSameFile() function
600 if (srcFileName != NULL && UTIL_isSameFile(srcFileName, dstFileName)) { in FIO_openDstFile()