Searched refs:CompareSymLinks (Results 1 - 3 of 3) sorted by relevance

/haiku/src/servers/package/
H A DFSUtils.h210 static status_t CompareSymLinks(const Entry& entry1,
212 static status_t CompareSymLinks(BSymLink& symLink1,
H A DFSUtils.cpp156 FSUtils::CompareSymLinks(const Entry& entry1, const Entry& entry2, bool& _equal) function in class:FSUtils
168 return CompareSymLinks(symLink1, symLink2, _equal);
173 FSUtils::CompareSymLinks(BSymLink& symLink1, BSymLink& symLink2, bool& _equal) function in class:FSUtils
H A DCommitTransactionHandler.cpp1166 error = FSUtils::CompareSymLinks(

Completed in 45 milliseconds