Searched refs:RemoveLast (Results 1 - 11 of 11) sorted by relevance

/haiku/src/tests/kits/support/bstring/
H A DStringRemoveTest.cpp119 // RemoveLast(Bstring&)
123 string1->RemoveLast(*string2);
131 string1->RemoveLast(*string2);
172 // RemoveLast(const char*)
175 string1->RemoveLast("first");
181 string1->RemoveLast("noway");
/haiku/src/bin/
H A Dsetdecor.cpp81 decoratorName.RemoveLast(" ");
212 decoratorName.RemoveLast(" ");
/haiku/src/tests/servers/registrar/
H A Drun_test_registrar.cpp103 registrarPath.RemoveLast(__progname);
/haiku/src/preferences/appearance/
H A DLookAndFeelSettingsView.cpp332 return label.RemoveLast("Decorator").Trim().String();
397 return label.RemoveLast("ControlLook").Trim().String();
/haiku/headers/os/support/
H A DString.h151 BString& RemoveLast(const BString& string);
155 BString& RemoveLast(const char* string);
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp464 file.RemoveLast("/");
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp559 str = str.RemoveLast("..");
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp739 baseName.RemoveLast(fExtension);
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp1014 windowName.RemoveLast(teamSuffix);
/haiku/src/kits/support/
H A DString.cpp885 BString::RemoveLast(const BString& string) function in class:BString
922 BString::RemoveLast(const char* string) function in class:BString
/haiku/src/kits/tracker/
H A DFSUtils.cpp1823 srcString.RemoveLast(path.Leaf());

Completed in 149 milliseconds