Searched refs:GetCommonFileName (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DEntry.h83 uint32_t GetTagCount() const { return m_taglist.size() + ((m_uSize != 0) ? 1 : 0) + (GetCommonFileName().IsEmpty() ? 0 : 1); }
86 wxString GetCommonFileNameLowerCase() const { return GetCommonFileName().MakeLower(); }
87 wxString GetCommonFileName() const;
H A DEntry.cpp121 wxString CEntry::GetCommonFileName() const function in class:CEntry
149 if (!GetCommonFileName().IsEmpty()){
151 data->WriteTag(CTagString(TAG_FILENAME, GetCommonFileName()));
223 wxString commonFileName(GetCommonFileName());
H A DIndexed.cpp134 if (toAdd->GetCommonFileName().IsEmpty()) {
488 if (entry->m_uSize == 0 || entry->GetCommonFileName().IsEmpty() || entry->GetTagCount() == 0 || entry->m_tLifeTime < time(NULL)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/net/
H A DKademliaUDPListener.cpp1044 if (entry->GetCommonFileName().IsEmpty()) {
1046 DEBUG_ONLY( strInfo += CFormat(wxT(" Name=\"%s\"")) % entry->GetCommonFileName(); )
1314 if (entry->GetCommonFileName().IsEmpty()) {

Completed in 32 milliseconds