Searched refs:Append (Results 101 - 125 of 400) sorted by relevance

1234567891011>>

/haiku/src/servers/launch/
H A DBaseJob.cpp241 line.Append(chunk, bytesRead);
244 line.Append(chunk, separator - chunk);
/haiku/src/servers/syslog_daemon/
H A Dsyslog_output.cpp70 syslog.Append("syslog");
75 oldlog.Append("syslog.old");
/haiku/src/preferences/repositories/
H A DRepositoriesWindow.cpp61 status = packagePath.Append("package-repositories");
66 status = packagePath.Append("package-repositories");
/haiku/src/apps/debugger/settings/
H A DDebuggerSettingsManager.cpp55 && fSettingsPath.Append(kSettingsDirPath) == B_OK
57 && fSettingsPath.Append(kGlobalSettingsName) == B_OK) {
/haiku/src/system/kernel/disk_device_manager/
H A DKFileDiskDevice.cpp80 error = tmpDevicePath.Append("raw");
210 error = path->Append(idBuffer);
/haiku/src/add-ons/input_server/devices/virtualkeyboard/
H A DVirtualKeyboardWindow.cpp86 path.Append("KeyboardLayouts");
126 path.Append("Keymaps");
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioAddOn.cpp224 path.Append(kSettingsName);
242 path.Append(kSettingsName);
/haiku/src/apps/haikudepot/packagemanagement/
H A DOpenPackageProcess.cpp161 status = path.Append(fDeskbarLink.Path());
165 status = path.Append(fDeskbarLink.Link(), true);
/haiku/src/system/libroot/os/
H A Dfind_paths.cpp441 buffer.Append(installationLocation);
445 buffer.Append(relativePath, placeholder - relativePath);
448 buffer.Append("/", 1);
449 buffer.Append(architecture);
452 buffer.Append(placeholder + 1);
454 buffer.Append(relativePath);
458 buffer.Append("/", 1);
459 buffer.Append(subPath);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DPath.cpp68 // Append
70 Path::Append(const char* leaf) function in class:Path
/haiku/src/kits/storage/
H A DQueryPredicate.cpp205 fValue.Append(utf8Buffer, utf8 - utf8Buffer);
209 fValue.Append(utf8Buffer, utf8 - utf8Buffer);
212 fValue.Append(utf8Buffer, utf8 - utf8Buffer);
219 fValue.Append(utf8Buffer, utf8 - utf8Buffer);
/haiku/headers/os/storage/
H A DPath.h45 status_t Append(const char* path, bool normalize = false);
/haiku/src/tests/servers/registrar/
H A Drun_test_registrar.cpp104 registrarPath.Append("test_registrar");
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DConfigView.cpp76 defaultFolder.Append(accountSettings.Name());
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A DInode.h33 status_t Append(Transaction&, off_t bytes);
/haiku/src/apps/haikudepot/server/
H A DServerSettings.cpp76 sUserAgent.Append(_GetUserAgentVersionString());
/haiku/src/tests/kits/net/service/
H A DFileTest.cpp61 content.Append('f', 40960);
/haiku/src/apps/deskcalc/
H A DCalcApplication.cpp149 ret = prefsPath.Append(kSettingsFileName);
/haiku/src/apps/packageinstaller/
H A DInstalledPackageInfo.cpp32 ret = path.Append(kPackagesDir);
34 ret = path.Append(filename);
144 if (fPathToInfo.Append(filename.String()) != B_OK) {
/haiku/src/apps/stylededit/
H A DStyledEditApp.cpp118 name.Append(" (");
119 name.Append(mime);
120 name.Append(")");
/haiku/src/system/kernel/vm/
H A DVMPageQueue.h32 inline void Append(vm_page* page);
70 VMPageQueue::Append(vm_page* page) function in class:VMPageQueue
74 panic("%p->VMPageQueue::Append(page: %p): page thinks it is "
185 Append(page);
/haiku/src/preferences/joysticks/
H A DJoyWin.cpp222 strOldFile.Append(portname->Text());
227 strLinkPlace.Append(portname->Text());
230 strLinkTo.Append(controllerName->Text());
533 path.Append(item->Text());
562 path.Append(name);
/haiku/src/preferences/mail/
H A DAutoConfigView.cpp167 path.Append("mail_daemon");
168 path.Append("inbound_protocols");
208 path.Append("mail_daemon");
209 path.Append("outbound_protocols");
210 path.Append("SMTP");
/haiku/src/servers/app/
H A DDesktopSettings.cpp99 status = path.Append("system/app_server");
120 path.Append("workspaces");
148 path.Append("fonts");
200 path.Append("mouse");
229 path.Append("appearance");
323 path.Append("dragger");
353 if (path.Append("workspaces") == B_OK) {
373 if (path.Append("fonts") == B_OK) {
401 if (path.Append("mouse") == B_OK) {
419 if (path.Append("dragge
[all...]
/haiku/src/kits/mail/
H A DMailSettings.cpp65 path.Append("Mail");
92 path.Append("Mail/new_mail_daemon");
365 return path.Append("Mail/accounts");
463 Append(settings);
946 path.Append("Mail/accounts");
962 testPath.Append(testFileName);
970 path.Append(fileName);

Completed in 112 milliseconds

1234567891011>>