Searched refs:Append (Results 151 - 175 of 400) sorted by relevance

1234567891011>>

/haiku/src/kits/network/libnetservices2/
H A DNetServicesMisc.cpp213 result.Append(out, 4);
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyInfos.cpp192 keyCodeName.Append(sstream.str().c_str());
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6.cpp44 fWriter->Append(byte);
341 fWriter->Append(outBuffer, dataSize);
355 fWriter->Append((uint16)size);
366 fWriter->Append(buffer, bufferSize);
/haiku/src/servers/syslog_daemon/
H A DSyslogDaemon.cpp65 path.Append("syslog");
/haiku/src/apps/haikudepot/textview/
H A DTextDocument.h72 bool Append(const Paragraph& paragraph);
H A DTextSpan.cpp104 TextSpan::Append(const BString& text) function in class:TextSpan
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkAddOn.cpp270 path.Append(SETTINGS_FILE);
286 path.Append(SETTINGS_FILE);
/haiku/src/apps/webpositive/
H A DBrowsingHistory.cpp354 || path.Append(kApplicationName) != B_OK
355 || path.Append("BrowsingHistory") != B_OK) {
H A DBrowserApp.cpp113 && curlCookies.Append(kApplicationName) == B_OK
114 && curlCookies.Append("cookie.jar.db") == B_OK) {
202 && path.Append(kApplicationName) == B_OK
/haiku/src/servers/bluetooth/
H A DDeviceManager.cpp202 if ((err = path.Append(device)) != B_OK) {
203 printf("DeviceManager::StartMonitoringDevice BPath::Append() error %s: %s\n", path.Path(), strerror(err));
279 if (((err = path.Append(device)) != B_OK)
/haiku/src/preferences/notifications/
H A DPrefletWin.cpp97 path.Append(kSettingsFile);
180 path.Append(kSettingsFile);
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A DKPath.cpp287 return Append(newLeaf);
311 KPath::Append(const char* component, bool isComponent) function in class:KPath
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp432 path.Append(fNameControl->Text());
499 path.Append("Desktop");
505 path.Append("artwork");
659 path.Append(fNameControl->Text());
753 outputPath.Append(fileName);
769 outputPath.Append(fileName);
800 settingsPath.Append("Screenshot_settings");
855 settingsPath.Append("Screenshot_settings");
/haiku/src/apps/expander/
H A DExpanderSettings.cpp196 return error == B_OK ? _path.Append("expander") : error;
215 error = path.Append("settings");
/haiku/src/apps/haikudepot/ui/
H A DPackageContentsView.cpp58 fPath.Append("/");
59 fPath.Append(entry->Name());
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.cpp160 trackerPath.Append("Tracker");
163 deskbarPath.Append("Deskbar");
/haiku/src/kits/support/
H A DArchivable.cpp71 out.Append(name, nameLen);
100 out.Append(name, nameLength);
107 out.Append(name, nameLength);
178 funcName.Append("11InstantiateE");
182 funcName.Append("P8BMessage");
/haiku/src/bin/bfs_tools/lib/
H A DInode.cpp488 path.Append(Path(source));
956 path.Append(Path(source));
963 path.Append(name);
968 path.Append(sub.String());
1085 path.Append(Path(source));
1092 path.Append(name);
1098 path.Append(sub.String());
1349 path.Append(Path(source));
1356 path.Append(name);
1362 path.Append(su
[all...]
/haiku/src/apps/installer/
H A DInstallerWindow.cpp675 || path.Append("DriveSetup") != B_OK) {
704 || path.Append("BootManager") != B_OK) {
814 statusText.Append(partitionRequiredHaiku);
816 statusText.Append(partitionRequiredDebranded);
818 statusText.Append(" ");
819 statusText.Append(B_TRANSLATE(
884 directory.Append(kPackagesDirectoryPath);
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp487 path.Append(fileName);
514 path.Append(kSettingsFile);
536 path.Append(kSettingsFile);
/haiku/src/preferences/filetypes/
H A DFileTypes.cpp177 path.Append("FileTypes settings");
398 title.Append(": ");
399 title.Append(subTitle);
H A DMimeTypeListView.cpp194 text.Append(" (");
195 text.Append(fSubtype);
196 text.Append(")");
/haiku/src/kits/network/libnetservices/
H A DHttpForm.cpp313 result.Append(
347 result.Append(readBuffer, readSize);
354 result.Append(
/haiku/src/apps/cortex/RouteApp/
H A DRouteApp.cpp430 path.Append(s_settingsDirectory);
435 path.Append(s_settingsFile);
476 path.Append(s_settingsDirectory);
/haiku/src/apps/bootmanager/
H A DFileSelectionPage.cpp191 if (path.Append(name.String()) == B_OK)

Completed in 157 milliseconds

1234567891011>>