Searched refs:sComparePaths (Results 1 – 2 of 2) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/zipfile/ |
| D | zipfile.c | 438 static int sComparePaths(char const *pPath1, UINT32 path1Len, char const *pPath2, UINT32 path2Len) in sComparePaths() function 482 return sComparePaths(pPath1+left+1, path1Len - (left+1), pPath2+left+1, path2Len - (left+1)); in sComparePaths() 497 …return sComparePaths(pFile1->mpNameOnly, pFile1->mNameOnlyLen, pFile2->mpNameOnly, pFile2->mNameOn… in sCompare()
|
| /CafeSDK-2.12.13-1/system/src/lib/szfile/ |
| D | szfile.c | 195 static int sComparePaths(char const *pPath1, UINT32 path1Len, char const *pPath2, UINT32 path2Len) in sComparePaths() function 239 return sComparePaths(pPath1+left+1, path1Len - (left+1), pPath2+left+1, path2Len - (left+1)); in sComparePaths() 254 …return sComparePaths(pFile1->mpNameOnly, pFile1->mNameOnlyLen, pFile2->mpNameOnly, pFile2->mNameOn… in sCompare()
|