Searched refs:Append (Results 351 - 375 of 400) sorted by relevance

<<111213141516

/haiku/src/apps/magnify/
H A DMagnify.cpp613 path.Append(kPrefsFileName);
695 path.Append (kPrefsFileName);
/haiku/src/apps/deskbar/
H A DStatusView.cpp493 path.Append(kReplicantSettingsFile);
1331 path.Append(kReplicantSettingsFile);
/haiku/src/apps/terminal/
H A DTermWindow.cpp588 status = path.Append("Terminal");
592 status = path.Append("Windows");
/haiku/src/kits/tracker/
H A DFilePanelPriv.cpp1335 path.Append(kGoDirectory);
1357 path.Append(kGoDirectory);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp334 status = path.Append(pathToBitmap, true);
338 printf("IconButton::SetIcon() - path.Append() failed: %s\n", strerror(status));
/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp1534 label.Append(digits[k % 10], 1);
/haiku/src/tests/system/kernel/file_corruption/driver/
H A Dchecksum_device.cpp385 status_t error = path.Append(buffer);
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp143 result.Append(line, lineEnd - line);
/haiku/src/preferences/mail/
H A DConfigWindow.cpp285 path.Append("Mail/Menu Links");
/haiku/src/libs/print/libprint/
H A DPreview.cpp1009 text.Append("s");
/haiku/src/tests/servers/app/drawing_modes/
H A DDrawingModes.cpp433 BFile file(fileName.Append(".png"),
/haiku/src/kits/interface/
H A DTextControl.cpp42 _to.Append(' ', (sFunctionDepth + 1) * 2); \
/haiku/headers/os/app/
H A DMessage.h178 status_t Append(const BMessage& message);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.cpp805 && path.Append(kFallbackSettingsFileName) == B_OK
H A DVolumeManager.cpp917 return path->Append(entry->GetName());
/haiku/src/tests/kits/app/broster/
H A DFindAppTester.cpp64 CHK(path.Append(trashAppName) == B_OK);
/haiku/src/kits/shared/
H A DIconButton.cpp350 status = path.Append(pathToBitmap, true);
354 printf("BIconButton::SetIcon() - path.Append() failed: "
/haiku/src/tests/kits/net/netservices2/
H A DHttpProtocolTest.cpp338 errorMessage.Append(timeString);
/haiku/src/servers/net/
H A DNetServer.cpp588 || path.Append("network/resolv.conf") != B_OK)
/haiku/src/servers/mount/
H A DAutoMounter.cpp833 path.Append(kMountServerSettings);
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp864 path.Append("PowerStatus settings");
/haiku/src/apps/mail/
H A DContent.cpp2298 name.Append(B_TRANSLATE_COMMENT("Attachment: %name% (Type: %type%)",
2300 name.Append(">\n");
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp1244 status = path->Append(subPath);
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp1176 path.Append(name);
/haiku/src/kits/translation/
H A DTranslatorRoster.cpp354 if (status == B_OK && path.Append("Translators") == B_OK) {

Completed in 301 milliseconds

<<111213141516