Searched refs:IsDir (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddir.cpp119 static inline bool IsDir( function
277 if (!(m_nFlags & wxDIR_FILES) && !IsDir(vAttr))
284 else if (!(m_nFlags & wxDIR_DIRS) && IsDir(vAttr) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dfiledlgg.cpp102 if (fd1->IsDir() && !fd2->IsDir())
104 if (fd2->IsDir() && !fd1->IsDir())
120 if (fd1->IsDir() && !fd2->IsDir())
122 if (fd2->IsDir() && !fd1->IsDir())
142 if (fd1->IsDir() && !fd2->IsDir())
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddir.cpp83 static inline bool IsDir(FIND_ATTR attr) function
250 if ( !(m_flags & wxDIR_FILES) && !IsDir(attr) )
255 else if ( !(m_flags & wxDIR_DIRS) && IsDir(attr) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DPath.h107 bool IsDir(EAccess mode) const;
H A DPath.cpp366 bool CPath::IsDir(EAccess mode) const function in class:CPath
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dfiledlgg.h200 bool IsFile() const { return !IsDir() && !IsLink() && !IsDrive(); }
201 bool IsDir() const { return (m_type & is_dir ) != 0; } function in class:wxFileData
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Dziptest.cpp122 if (arc && (m_options & PipeIn) == 0 && entry.IsDir())
H A Darchivetest.cpp647 if (fn.IsDir()) {
661 if (fn.IsDir())
821 CPPUNIT_ASSERT_MESSAGE("!IsDir" + error_context,
822 !entry->IsDir());
831 CPPUNIT_ASSERT_MESSAGE("IsDir" + error_context, entry->IsDir());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dzipstrm.h166 inline bool IsDir() const;
522 inline bool wxZipEntry::IsDir() const function in class:wxZipEntry
H A Dtarstrm.h90 bool IsDir() const;
H A Darchive.h46 virtual bool IsDir() const = 0;
H A Dfilename.h444 bool IsDir() const { return m_name.empty() && m_ext.empty(); } function in class:wxFileName
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtarstrm.cpp533 bool isDir = IsDir() && !m_Name.empty();
602 bool wxTarEntry::IsDir() const
625 if (m_IsModeSet || !IsDir())
700 bool isDir = entry->IsDir();
H A Dfilename.cpp1464 if ( m_dirs.IsEmpty() && IsDir() )
2182 if ( IsDir() )
2279 if ( IsDir() )
2318 // no need to test for IsDir() here
H A Dzipstrm.cpp783 bool isDir = IsDir() && !m_Name.empty();
853 SetIsDir(IsDir());
H A Dfilefn.cpp281 wxASSERT_MSG(!fn.IsDir(), wxT("Cannot search for directories; only for files"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Darchive.tex313 If this is a directory entry, (i.e. if \helpref{IsDir()}{wxarchiveentryisdir}
316 Similarly, setting a name with a trailing path separator sets IsDir().
335 \membersection{wxArchiveEntry::IsDir/SetIsDir}\label{wxarchiveentryisdir}
337 \constfunc{bool}{IsDir}{\void}
763 (see \helpref{wxArchiveEntry::IsDir()}{wxarchiveentryisdir})
H A Dzipstrm.tex172 \helpref{IsDir}{wxarchiveentryisdir}
263 \helpref{IsDir/SetIsDir}{wxarchiveentryisdir}\\
697 (see \helpref{wxArchiveEntry::IsDir()}{wxarchiveentryisdir})
H A Dfilename.tex622 (and therefore \helpref{IsDir}{wxfilenameisdir} returns {\tt true}) then
768 \membersection{wxFileName::IsDir}\label{wxfilenameisdir}
770 \constfunc{bool}{IsDir}{\void}
H A Dtarstrm.tex495 (see \helpref{wxArchiveEntry::IsDir()}{wxarchiveentryisdir})
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DamuleAppCommon.cpp514 if (directory.IsDir(CPath::readwritable)) {
H A DSharedFileList.cpp1050 if( path.IsDir(CPath::exists) ) {

Completed in 180 milliseconds