Searched refs:Append (Results 201 - 225 of 400) sorted by relevance

1234567891011>>

/haiku/src/add-ons/screen_savers/message/
H A DMessage.cpp46 result->Append(buf, bytesRead);
53 result->Append(B_TRANSLATE("Insert clever anecdote or phrase here!"));
/haiku/src/servers/input/
H A DMouseSettings.cpp76 path.Append(mouse_settings_file);
300 path.Append(mouse_settings_file);
/haiku/src/kits/midi/
H A DSoftSynth.cpp124 path.Append("synth/TimGM6mb.sf2");
151 fullPath.Append(entry.Name());
/haiku/src/kits/storage/
H A DQuery.cpp542 parsedPredicate.Append(start, pos - start);
554 parsedPredicate.Append(start, pos - start);
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp956 pathBuffer.Append("kernel");
996 path.Append(fCurrentName);
1039 path->Append(subPath);
1115 path.Append(sub);
1220 path.Append(iterator.CurrentName());
1409 status = basePath.Append("kernel");
1422 status = imagePath.Append(image->name);
1505 path.Append("kernel/drivers");
/haiku/src/apps/haikudepot/process/
H A DProcessCoordinator.cpp472 result.Append("\n");
474 result.Append(node->LogReport());
/haiku/src/apps/haikudepot/server/
H A DLocalPkgDataLoadProcess.cpp318 packagePath.Append(systemFlaggedPackages.StringAt(i));
332 packagePath.Append(it->first);
/haiku/src/preferences/keymap/
H A DKeymapWindow.cpp148 path.Append("Keymap");
658 if (path.Append("KeyboardLayouts") != B_OK)
936 path.Append("Keymaps");
972 path.Append("Keymap");
1007 path.Append("Key_map");
1071 path.Append("Keymap settings");
/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/kits/debugger/controllers/
H A DDebugReportGenerator.cpp341 data.Append('-', 80);
342 data.Append("\n");
383 data.Append('-', 80);
384 data.Append("\n");
429 data.Append('-', 60);
430 data.Append("\n");
/haiku/src/servers/debug/
H A DDebugServer.cpp113 path.Append("system/debug_server/settings");
547 error = terminalPath.Append("consoled");
560 error = terminalPath.Append("Terminal");
587 error = gdbPath.Append("gdb");
663 error = debuggerPath.Append("consoled");
680 error = debuggerPath.Append("Debugger");
/haiku/src/tests/kits/storage/
H A DPathTest.cpp27 suite->addTest( new TC("BPath::Append Test", &PathTest::AppendTest) );
1000 CPPUNIT_ASSERT( path.Append("test") == B_BAD_VALUE );
1007 CPPUNIT_ASSERT( path.Append("boot") == B_OK );
1009 CPPUNIT_ASSERT( path.Append("home/Desktop") == B_OK );
1011 CPPUNIT_ASSERT( path.Append("non/existing") == B_OK );
1014 CPPUNIT_ASSERT( path.Append("at/least/not//now") == B_ENTRY_NOT_FOUND );
1022 CPPUNIT_ASSERT( path.Append("home/non-existing", true) == B_OK );
1024 CPPUNIT_ASSERT( path.Append("not/now", true) == B_ENTRY_NOT_FOUND );
1031 CPPUNIT_ASSERT( path.Append(NULL) == B_OK );
1034 CPPUNIT_ASSERT( path.Append("/tm
[all...]
/haiku/src/apps/deskbar/
H A DResourceSet.cpp550 out->Append(start, (int32)(in - start));
584 out->Append(start, (int32)(in - start));
593 out->Append(start, (int32)(in - start));
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp582 postResponse.Append(CRLF);
625 postResponse.Append(CRLF);
870 out.Append(buf, r);
/haiku/src/servers/keystore/
H A DKeyStoreServer.cpp71 path.Append("system");
76 path.Append("keystore");
81 path.Append("keystore_database");
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp55 fPrepend.Append(' ', fFunctionDepth * 2);
82 _to.Append(' ', (sFunctionDepth + 1) * 2); \
599 return path.Append(TOUCHPAD_SETTINGS_FILE);
/haiku/src/servers/mail/
H A DDeskbarView.cpp405 targetPath.Append("mail/in");
463 path.Append("Mail/Menu Links");
610 path.Append("Mail/New E-mail");
/haiku/src/servers/print/
H A DPrintServerApp.cpp543 path.Append(name);
555 && path.Append(name) == B_OK
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp361 || origPath.Append(name) != B_OK
362 || tempPath.Append(tempName.String()) != B_OK) {
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp438 result.Append(commonLetter, 1);
470 file.Append("/");
/haiku/src/apps/mediaplayer/
H A DMainApp.cpp503 || path.Append(kCurrentPlaylistFilename) != B_OK) {
520 || path.Append(kCurrentPlaylistFilename) != B_OK) {
/haiku/src/servers/media/
H A DMediaFilesManager.cpp442 status = path.Append(kSettingsDirectory);
448 status = path.Append(kSettingsFile);
/haiku/src/servers/notification/
H A DNotificationWindow.cpp96 fCachePath.Append("Notifications");
386 path.Append(kSettingsFile);
/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/webpositive/
H A DDownloadWindow.cpp565 || path.Append(kApplicationName) != B_OK
566 || path.Append("Downloads") != B_OK) {

Completed in 140 milliseconds

1234567891011>>