Searched refs:Append (Results 151 - 175 of 400) sorted by last modified time

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.cpp805 && path.Append(kFallbackSettingsFileName) == B_OK
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DTPreferences.cpp43 path.Append(filename); // Filenamen anh��ngen
/haiku/src/tests/kits/interface/bshelf/Container/
H A DTPreferences.cpp41 path.Append(filename);
H A DContainerApplication.cpp40 path.Append (BACKSTORE_PATH);
67 path.Append (BACKSTORE_PATH);
/haiku/src/add-ons/input_server/devices/virtualkeyboard/
H A DVirtualKeyboardWindow.cpp86 path.Append("KeyboardLayouts");
126 path.Append("Keymaps");
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp410 bool Append(const char* string, size_t length) function in class:NameBuffer
422 bool Append(const char* string) function in class:NameBuffer
424 return Append(string, strlen(string));
755 buffer.Append("[", 1);
764 buffer.Append(stringBuffer);
767 return buffer.Append("]", 1);
835 return buffer.Append(fName, fLength);
897 return buffer.Append(fNumber[0] == '0' ? "false" : "true");
902 buffer.Append("(");
905 buffer.Append(")");
[all...]
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMediaFormatIO.cpp1381 m_mediaType.Append(data, length);
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTNode.cpp726 str.Append(fPlugin->EffectName());
728 str.Append("not specified");
735 str.Append(fPlugin->Vendor());
737 str.Append("not specified");
744 str.Append(fPlugin->Product());
746 str.Append("not specified");
/haiku/src/apps/charactermap/
H A DCharacterWindow.cpp464 path.Append("CharacterMap settings");
/haiku/src/apps/webpositive/
H A DDownloadWindow.cpp565 || path.Append(kApplicationName) != B_OK
566 || path.Append("Downloads") != B_OK) {
/haiku/src/kits/shared/
H A DSettingsMessage.cpp30 fStatus = fPath.Append(filename);
/haiku/src/system/kernel/
H A Dmain.cpp386 status = serverPath.Append("/launch_daemon");
/haiku/src/preferences/printers/
H A DScreenSettings.cpp29 path.Append(kSettingsFileName);
46 path.Append(kSettingsFileName);
/haiku/src/apps/mail/
H A DMailApp.cpp193 names.Append(argv[loop] + 7, options - argv[loop] - 7);
492 indexDir.Append("spell_check");
497 userIndexDir.Append("data/spell_check");
504 indexDir.Append(kIndexDirectory);
505 dictionaryDir.Append(kDictDirectory);
506 userIndexDir.Append(kIndexDirectory);
507 userDictionaryDir.Append(kDictDirectory);
516 dataPath.Append("words");
545 leafName.Append(kMetaphone);
546 indexPath.Append(leafNam
[all...]
/haiku/src/system/boot/loader/
H A DPathBlocklist.cpp52 BlockedPath::Append(const char* component) function in class:BlockedPath
/haiku/headers/private/kernel/boot/
H A DPathBlocklist.h21 bool Append(const char* component);
/haiku/src/tests/kits/net/service/
H A DFileTest.cpp61 content.Append('f', 40960);
/haiku/src/apps/haikudepot/textview/
H A DParagraph.h33 bool Append(const TextSpan& span);
H A DMarkupParser.cpp271 fCurrentParagraph.Append(TextSpan(subString, *fCurrentCharacterStyle));
291 fCurrentParagraph.Append(TextSpan("\n", *fCurrentCharacterStyle));
294 // Append empty span
295 fCurrentParagraph.Append(TextSpan("", fNormalStyle));
298 fTextDocument->Append(fCurrentParagraph);
/haiku/src/apps/haikudepot/server/
H A DServerSettings.cpp76 sUserAgent.Append(_GetUserAgentVersionString());
/haiku/src/add-ons/network_settings/dnsclient/
H A DDNSSettingsView.cpp245 path.Append("network/resolv.conf");
/haiku/src/kits/locale/
H A DFormattingConventions.cpp92 format.Append(" a");
H A DLocaleRosterData.cpp452 path.Append("Locale settings");
494 path.Append("Time settings");
534 path.Append("Locale settings");
559 path.Append("Time settings");
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp50 fPrepend.Append(' ', fFunctionDepth * 2);
77 _to.Append(' ', (sFunctionDepth + 1) * 2); \
/haiku/src/apps/processcontroller/
H A DProcessController.cpp397 && trackerPath.Append("Tracker") == B_OK) {
407 && deskbarPath.Append("Deskbar") == B_OK) {
417 && terminalPath.Append("Terminal") == B_OK) {
428 && deskbarPath.Append("Deskbar") == B_OK) {

Completed in 143 milliseconds

1234567891011>>