Searched refs:Append (Results 301 - 325 of 400) sorted by relevance

<<111213141516

/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp977 if (_BookmarkPath(path) == B_OK && path.Append(kBookmarkBarSubdir) == B_OK) {
1926 ret = path.Append(kApplicationName);
1930 ret = path.Append("Bookmarks");
1960 status_t status = entryPath.Append(fileName);
1989 status = entryPath.Append(fileName);
2765 ret = pathToPageSource.Append(tmpFileName.String());
/haiku/src/preferences/screen/
H A DScreenWindow.cpp824 string.Append(B_TRANSLATE("/other" B_UTF8_ELLIPSIS));
1253 path.Append("kernel/drivers");
1258 path.Append("vesa");
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMessageIO.cpp307 m_fieldData.Append(data, length);
/haiku/src/apps/resedit/
H A DResView.cpp224 path.Append(name.String());
/haiku/src/kits/mail/
H A DMailProtocol.cpp485 message.Append(files);
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.cpp335 fModuleName.Append(fPath.Leaf());
/haiku/src/preferences/keymap/
H A DKeymap.cpp350 path.Append("Key_map");
/haiku/src/preferences/printers/
H A DPrinterListView.cpp318 path.Append(fName.String());
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp213 path.Append("DiskProbe_data");
/haiku/src/tests/kits/game/direct_window_test/
H A DStarWindow.cpp45 path.Append(filename);
/haiku/src/preferences/time/
H A DNetworkTimeView.cpp267 path.Append("networktime settings");
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.h155 status_t Append(Transaction& transaction, off_t bytes);
/haiku/src/kits/locale/
H A DFormattingConventions.cpp92 format.Append(" a");
/haiku/src/build/libbe/storage/
H A DDirectory.cpp564 error = dirPath.Append(component);
/haiku/src/kits/storage/
H A DDirectory.cpp581 error = dirPath.Append(component);
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp241 kernelPath.Append(systemInfo.kernel_name);
/haiku/src/kits/network/libnetservices2/
H A DHttpFields.cpp220 rawField.Append(value.data(), value.size());
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp342 glyphName.Append(")");
/haiku/src/apps/softwareupdater/
H A DUpdateManager.cpp226 text.Append(buffer);
/haiku/src/kits/tracker/
H A DFSUtils.cpp1820 destString.Append("/");
1845 source.Append(src);
1853 source.Append(src);
1858 source.Append(path.Leaf());
2888 path.Append(additionalPath);
2925 path.Append(additionalPath);
2942 path->Append("Tracker");
4042 result->Append(path.Path() + strlen(pathParent.Path()) + 1);
4117 path.Append(extra);
/haiku/src/bin/keymap/
H A DKeymap.cpp500 path.Append("Key_map");
743 path.Append("Key_map");
/haiku/src/kits/support/
H A DUrl.cpp357 output.Append(input, slashpos);
360 output.Append(input);
/haiku/src/bin/debug/profile/
H A Dprofile.cpp463 && bootAddonPath.Append("kernel") == B_OK
464 && bootAddonPath.Append("boot") == B_OK) {
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp1277 || entryPath.Append(entry->d_name) != B_OK) {
1499 || entryPath.Append(entry->d_name) != B_OK) {
/haiku/src/add-ons/translators/ppm/
H A DPPMTranslator.cpp129 path.Append(str);
206 path.Append("PPMTranslator_Settings");

Completed in 162 milliseconds

<<111213141516