Searched refs:IsWritable (Results 1 - 20 of 20) sorted by relevance

/haiku/headers/private/debugger/model/
H A DTeamMemoryBlock.h44 bool IsWritable() const { return fWritable; } function in class:TeamMemoryBlock
/haiku/headers/os/storage/
H A DFile.h33 bool IsWritable() const;
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DCachedBlock.h38 bool IsWritable() const { return fWritable; } function in class:CachedBlock
H A DBTree.h177 bool IsWritable() const { return fWritable; } function in class:BTree::Node
/haiku/headers/build/os/storage/
H A DFile.h47 bool IsWritable() const;
/haiku/src/tests/kits/storage/
H A DFileTest.cpp317 CPPUNIT_ASSERT( file.IsWritable() == false );
323 CPPUNIT_ASSERT( file.IsWritable() == false );
329 CPPUNIT_ASSERT( file.IsWritable() == true );
335 CPPUNIT_ASSERT( file.IsWritable() == true );
341 CPPUNIT_ASSERT( file.IsWritable() == false );
636 CPPUNIT_ASSERT( file2.IsWritable() == false );
645 CPPUNIT_ASSERT( file2.IsWritable() == true );
654 CPPUNIT_ASSERT( file2.IsWritable() == true );
684 CPPUNIT_ASSERT( file2.IsWritable() == false );
694 CPPUNIT_ASSERT( file2.IsWritable()
[all...]
/haiku/src/kits/debugger/value/
H A DValueWriter.cpp47 if (!location->IsWritable())
/haiku/headers/private/debugger/types/
H A DValueLocation.h163 bool IsWritable() const { return fWritable; } function in class:ValueLocation
/haiku/headers/private/debugger/elf/
H A DElfFile.h39 bool IsWritable() const function in class:ElfSection
74 bool IsWritable() const function in class:ElfSegment
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DMessageDriverSettingsUtils.cpp226 if (file.InitCheck() != B_OK || !file.IsWritable())
/haiku/src/build/libbe/storage/
H A DFile.cpp317 // IsWritable
325 BFile::IsWritable() const function in class:OpenBeOS::BFile
/haiku/src/kits/storage/
H A DFile.cpp211 BFile::IsWritable() const function in class:BFile
H A DResources.cpp109 fReadOnly = !fFile.IsWritable();
H A DResourceFile.cpp365 if (error == B_OK && !fFile.File()->IsWritable())
1294 if (error == B_OK && !fFile.File()->IsWritable())
/haiku/src/add-ons/network_settings/dialup/
H A DMessageDriverSettingsUtils.cpp228 if(file.InitCheck() != B_OK || !file.IsWritable())
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp639 return fCurrentBlock != NULL ? fCurrentBlock->IsWritable() : false;
695 ? "N/A" : fCurrentBlock->IsWritable() ? "Yes" : "No");
/haiku/src/kits/debugger/elf/
H A DElfFile.cpp309 if (segment->Type() == PT_LOAD && !segment->IsWritable())
323 if (segment->Type() == PT_LOAD && segment->IsWritable())
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.h233 bool IsWritable() const { return fWritable; } function in class:BFS::CachedNode
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp1581 tipData += error == B_OK && location->IsWritable()
2459 if (!location->IsWritable())
2678 if (location->IsWritable() && value != NULL) {
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp1169 fItaniumEHFrameFormat = section->IsWritable();

Completed in 126 milliseconds