Searched refs:Append (Results 276 - 300 of 400) sorted by relevance

<<111213141516

/haiku/src/system/kernel/fs/
H A Dvfs_net_boot.cpp131 path.Append(entry->d_name);
/haiku/src/apps/bootmanager/
H A DBootManagerController.cpp48 path.Append("bootman/MBR");
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DJoystickWindow.cpp210 name.Append(":");
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp674 path.Append("network");
678 path.Append(name);
712 formatted.Append(":");
715 formatted.Append(buffer, sizeof(buffer));
/haiku/src/kits/debugger/elf/
H A DElfSymbolLookup.cpp289 _string.Append(buffer, chunkSize);
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp464 fSequence.Append(argv[s]);
466 fSequence.Append(" ");
596 newString.Append((unicodeVal > 0
598 newString.Append(&fSequence.String()[nextEnd + 2]);
/haiku/src/add-ons/print/drivers/preview/
H A DPageSetupWindow.cpp105 SetTitle(BString(printerName).Append(" paper setup").String());
/haiku/src/preferences/notifications/
H A DNotificationsView.cpp197 text.Append(B_TRANSLATE_COMMENT(" is already listed",
/haiku/src/preferences/printers/
H A DAddPrinterDialog.cpp304 if (addonPath.Append(path) != B_OK)
/haiku/src/bin/package_repo/
H A Dcommand_update.cpp273 repositoryInfoFileName.Append(".info");
/haiku/src/apps/packageinstaller/
H A DUninstallView.cpp411 if (fToPackages.Append(kPackagesDir) != B_OK)
/haiku/src/apps/text_search/
H A DModel.cpp315 status = path.Append(PREFS_FILE);
/haiku/src/kits/storage/
H A DPath.cpp236 BPath::Append(const char* path, bool normalize) function in class:BPath
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPProtocol.cpp273 if (path.Append(name.String()) != B_OK) {
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDEndpoint.cpp99 kfPath.Append("esd_auth");
/haiku/src/add-ons/tracker/zipomatic/
H A DZipperThread.cpp264 string->Append("\"");
/haiku/src/apps/haikudepot/server/
H A DAbstractServerProcess.cpp449 damagedFilePath.Append(damagedLeaf.String());
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp75 status = path.Append(kSettingsFile);
82 && path.Append(kSettingsFile) == B_OK) {
237 path.Append(kOldSettingFile);
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp378 // Our parent is a normal partition, no device: Append our index.
385 error = path->Append(indexBuffer);
584 markerPath.Append(skAutoCreatePrefix);
648 markerPath.Append(skAutoCreatePrefix);
/haiku/src/kits/network/libnetservices/
H A DHttpRequest.cpp588 requestHeaders.Append(_SerializeRequest());
589 requestHeaders.Append(_SerializeHeaders());
590 requestHeaders.Append("\r\n");
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp794 result = path.Append(request->name.GetString());
1168 result = path.Append(request->name.GetString());
1226 result = path.Append(request->name.GetString());
1284 result = path.Append(request->name.GetString());
1405 result = newPath.Append(request->newName.GetString());
1431 result = oldPath.Append(request->oldName.GetString());
1489 result = path.Append(request->name.GetString());
1547 result = path.Append(request->name.GetString());
1705 result = reply.entryInfos.Append(entryInfo);
1854 result = reply.entryInfos.Append(entryInf
[all...]
/haiku/src/apps/mail/
H A DMailWindow.cpp2598 // Append the relative path of the draft directory
2599 draftPath.Append(kDraftPath);
2700 pathStr.Append(":");
2708 pathStr.Append(path.Path());
2760 path.Append("spamdbm");
3060 ret = queryPath->Append(kQueriesDirectory);
3240 term->Append(attribute);
3241 term->Append("==\"*");
3242 term->Append(text);
3243 term->Append("*\")
[all...]
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp278 path.Append("artwork");
661 text.Append("\n").Append(error);
774 path.Append(SETTINGS_FILE);
815 path.Append(SETTINGS_FILE);
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1076 path.Append("libbe.so");
1486 path.Append("fortunes");
1487 path.Append("Haiku");
1682 langName.Append(translation.languageCode);
2101 && path.Append(license) == B_OK
/haiku/src/kits/support/
H A DString.cpp573 BString::Append(const BString& string, int32 length) function in class:BString
585 BString::Append(const char* string, int32 length) function in class:BString
597 BString::Append(char c, int32 count) function in class:BString
609 return Append(string, UTF8CountBytes(string.String(), charCount));
616 return Append(string, UTF8CountBytes(string, charCount));
1879 result.Append(with, withLength);
1881 result.Append(sourceChar, charLength);

Completed in 180 milliseconds

<<111213141516