Searched refs:IsReadable (Results 1 - 9 of 9) sorted by relevance

/haiku/src/bin/hid_decode/
H A Dhid_decode.cpp26 if (!file.IsReadable()) {
/haiku/src/bin/
H A Dmessage.cpp23 if (!input.IsReadable()) {
/haiku/headers/os/storage/
H A DFile.h32 bool IsReadable() const;
/haiku/headers/build/os/storage/
H A DFile.h46 bool IsReadable() const;
/haiku/src/tests/kits/storage/
H A DFileTest.cpp316 CPPUNIT_ASSERT( file.IsReadable() == false );
322 CPPUNIT_ASSERT( file.IsReadable() == true );
328 CPPUNIT_ASSERT( file.IsReadable() == false );
334 CPPUNIT_ASSERT( file.IsReadable() == true );
340 CPPUNIT_ASSERT( file.IsReadable() == false );
635 CPPUNIT_ASSERT( file2.IsReadable() == true );
644 CPPUNIT_ASSERT( file2.IsReadable() == false );
653 CPPUNIT_ASSERT( file2.IsReadable() == true );
683 CPPUNIT_ASSERT( file2.IsReadable() == true );
693 CPPUNIT_ASSERT( file2.IsReadable()
[all...]
/haiku/src/build/libbe/storage/
H A DFile.cpp302 // IsReadable
310 BFile::IsReadable() const function in class:OpenBeOS::BFile
/haiku/src/kits/storage/
H A DFile.cpp202 BFile::IsReadable() const function in class:BFile
/haiku/src/kits/interface/textview_support/
H A DTextGapBuffer.cpp82 || !file->IsReadable())
/haiku/src/apps/haikudepot/model/
H A DPackageIconTarRepository.cpp170 if (!tarIo->IsReadable()) {

Completed in 122 milliseconds