Searched refs:fName2 (Results 1 – 1 of 1) sorted by relevance
225 int UTIL_isSameFile(const char* fName1, const char* fName2) in UTIL_isSameFile() argument227 assert(fName1 != NULL); assert(fName2 != NULL); in UTIL_isSameFile()233 return !strcmp(fName1, fName2); in UTIL_isSameFile()238 && UTIL_stat(fName2, &file2Stat) in UTIL_isSameFile()