Symbol: _MakeWritable
headers/os/support/String.h
379
status_t _MakeWritable();
headers/os/support/String.h
380
status_t _MakeWritable(int32 length, bool copy);
src/kits/support/String.cpp
1492
if (pos >= 0 && _MakeWritable() == B_OK)
src/kits/support/String.cpp
1502
if (pos >= 0 && _MakeWritable() == B_OK)
src/kits/support/String.cpp
1515
if (pos >= 0 && _MakeWritable() == B_OK) {
src/kits/support/String.cpp
1530
if (maxReplaceCount > 0 && pos >= 0 && _MakeWritable() == B_OK) {
src/kits/support/String.cpp
1547
if (_MakeWritable() != B_OK)
src/kits/support/String.cpp
1576
if (_MakeWritable() != B_OK)
src/kits/support/String.cpp
1593
if (_MakeWritable() != B_OK)
src/kits/support/String.cpp
1609
if (_MakeWritable() != B_OK)
src/kits/support/String.cpp
1641
if (pos >= 0 && _MakeWritable() == B_OK)
src/kits/support/String.cpp
1653
if (pos >= 0 && _MakeWritable() == B_OK)
src/kits/support/String.cpp
1666
if (pos >= 0 && _MakeWritable() == B_OK) {
src/kits/support/String.cpp
1682
if (maxReplaceCount > 0 && pos >= 0 && _MakeWritable() == B_OK) {
src/kits/support/String.cpp
1700
if (_MakeWritable() != B_OK)
src/kits/support/String.cpp
1728
if (_MakeWritable() != B_OK)
src/kits/support/String.cpp
1745
if (_MakeWritable() != B_OK)
src/kits/support/String.cpp
1761
if (_MakeWritable() != B_OK)
src/kits/support/String.cpp
1775
if (_MakeWritable() != B_OK)
src/kits/support/String.cpp
1807
if (_MakeWritable() != B_OK)
src/kits/support/String.cpp
1878
if (_MakeWritable() != B_OK) {
src/kits/support/String.cpp
1927
if (_MakeWritable(length, true) != B_OK)
src/kits/support/String.cpp
1958
if (pos < Length() && _MakeWritable() == B_OK)
src/kits/support/String.cpp
1972
if (length > 0 && _MakeWritable() == B_OK) {
src/kits/support/String.cpp
1984
if (length > 0 && _MakeWritable() == B_OK) {
src/kits/support/String.cpp
1997
if (length > 0 && _MakeWritable() == B_OK) {
src/kits/support/String.cpp
2011
if (length > 0 && _MakeWritable() == B_OK) {
src/kits/support/String.cpp
2104
_MakeWritable(length, true);
src/kits/support/String.cpp
2105
} else if (_MakeWritable() == B_OK) {
src/kits/support/String.cpp
2402
if (_MakeWritable() != B_OK)
src/kits/support/String.cpp
2415
if (_MakeWritable() != B_OK)
src/kits/support/String.cpp
2454
if (_MakeWritable(oldLength + length, true) == B_OK) {
src/kits/support/String.cpp
2467
if (_MakeWritable(oldLength + length, true) == B_OK) {
src/kits/support/String.cpp
2481
if (_MakeWritable(oldLength + length, true) == B_OK) {
src/kits/support/String.cpp
2578
if (_MakeWritable(string_length(string), false) != B_OK)
src/kits/support/String.cpp
2632
if (_MakeWritable(string_length(string), false) != B_OK)
src/kits/support/String.cpp
2770
fString._MakeWritable();
src/kits/support/String.cpp
2793
if (fString._MakeWritable() != B_OK)
src/kits/support/String.cpp
298
if (_MakeWritable(maxLength, false) == B_OK)
src/kits/support/String.cpp
345
if (_MakeWritable(maxLength, false) == B_OK)
src/kits/support/String.cpp
368
if (_MakeWritable(count, false) == B_OK)
src/kits/support/String.cpp
842
_MakeWritable(newLength, true);
src/kits/support/String.cpp
903
if (_MakeWritable() != B_OK)
src/kits/support/String.cpp
942
if (_MakeWritable() != B_OK)