Searched refs:fName1 (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()237 return UTIL_stat(fName1, &file1Stat) in UTIL_isSameFile()