Searched refs:wxFILE_KIND_DISK (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dwfstream.h43 bool IsSeekable() const { return m_file->GetKind() == wxFILE_KIND_DISK; }
73 bool IsSeekable() const { return m_file->GetKind() == wxFILE_KIND_DISK; }
144 bool IsSeekable() const { return m_file->GetKind() == wxFILE_KIND_DISK; }
174 bool IsSeekable() const { return m_file->GetKind() == wxFILE_KIND_DISK; }
H A Dfilefn.h127 wxFILE_KIND_DISK, // a file supporting seeking to arbitrary offsets enumerator in enum:wxFileKind
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/filekind/
H A Dfilekind.cpp73 CPPUNIT_ASSERT((wxGetFileKind(file.fp()) == wxFILE_KIND_DISK) == expected);
74 CPPUNIT_ASSERT((file.GetKind() == wxFILE_KIND_DISK) == expected);
88 CPPUNIT_ASSERT((wxGetFileKind(file.fd()) == wxFILE_KIND_DISK) == expected);
89 CPPUNIT_ASSERT((file.GetKind() == wxFILE_KIND_DISK) == expected);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfile.cpp332 if ( IsOpened() && GetKind() == wxFILE_KIND_DISK )
H A Dfilefn.cpp1920 // (IsSeekable() is implemented as wxGetFileKind() == wxFILE_KIND_DISK).
1926 // wxFILE_KIND_DISK is a good catch all return value, since other values
1942 return wxFILE_KIND_DISK;
1966 return wxFILE_KIND_DISK;
1971 return wxFILE_KIND_DISK;
1981 return wxFILE_KIND_DISK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dffile.tex158 wxFILE_KIND_DISK, // a file supporting seeking to arbitrary offsets
H A Dfile.tex225 wxFILE_KIND_DISK, // a file supporting seeking to arbitrary offsets
H A Dfunction.tex1088 wxFILE_KIND_DISK, // a file supporting seeking to arbitrary offsets

Completed in 109 milliseconds