Searched refs:Leaf (Results 1 - 25 of 66) sorted by path

123

/haiku/headers/os/storage/
H A DPath.h48 const char* Leaf() const;
/haiku/headers/private/fs_shell/
H A DKPath.h36 const char *Leaf() const;
/haiku/headers/private/kernel/fs/
H A DKPath.h50 const char* Leaf() const;
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.h32 const char *getDeviceShortName() { return dev_path.Leaf(); }
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.cpp335 fModuleName.Append(fPath.Leaf());
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp685 AddInterface(path.Leaf(), true);
/haiku/src/apps/bootmanager/
H A DFileSelectionPage.cpp176 if (fMode == B_SAVE_PANEL && file.Leaf() != NULL)
177 fFilePanel->SetSaveText(file.Leaf());
/haiku/src/apps/packageinstaller/
H A DPackageItem.cpp1056 BString linkName(destination.Leaf());
/haiku/src/bin/package_repo/
H A Dcommand_update.cpp385 result = tempRepositoryFile.Rename(targetRepositoryFilePath.Leaf(), true);
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp562 if (_Load(path.Leaf(), &type) == B_OK) {
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.cpp569 fName = path.Leaf();
/haiku/src/preferences/network/
H A DNetworkProfile.cpp97 fName = fPath.Leaf();
/haiku/src/preferences/notifications/
H A DNotificationsView.cpp196 BString text(path.Leaf());
204 AppUsage* appUsage = new AppUsage(path.Leaf(), buf, true);
/haiku/src/preferences/printers/
H A DAddPrinterDialog.cpp334 msg->AddString("name", transportPath.Leaf());
335 menu->AddItem(new BMenuItem(transportPath.Leaf(), msg));
/haiku/src/servers/package/
H A DFSUtils.h164 const char* Leaf() const function in class:FSUtils::Path
/haiku/src/servers/print/
H A DTransport.cpp96 if (Transport::Find(path.Leaf()) != NULL)
H A DTransport.h27 BString Name() const { return fPath.Leaf(); }
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A DKPath.cpp256 KPath::Leaf() const function in class:KPath
273 const char* leaf = Leaf();
296 const char* leaf = Leaf();
/haiku/src/tests/kits/interface/balert/alert_manual_test/
H A DAlertTestWindow.cpp32 strLabel.Append(path.Leaf());
34 printf(": Version: %s\n", path.Leaf());
36 if (path.Leaf()[0] == 'b')
/haiku/src/tools/fs_shell/
H A DKPath.cpp166 KPath::Leaf() const function in class:KPath
186 const char *leaf = Leaf();
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.cpp60 fLocalizedName = fPath.Leaf();
117 owner->DrawString(fPath.Leaf());
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp830 if (!strcmp(path.Leaf(), "serial")) {
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp2003 if (strcmp(sourceFileName.String(), targetFilePath.Leaf()) != 0) {
2007 sourceFileName.String(), targetFilePath.Leaf());
2124 query.PushString(filePath.Leaf());
/haiku/src/apps/expander/
H A DExpanderWindow.cpp681 text.ReplaceFirst("%s", path.Leaf());
817 text.ReplaceFirst("%s", path.Leaf());
/haiku/src/apps/haikudepot/packagemanagement/
H A DPackageManager.cpp226 title.ReplaceAll("%DeskbarLink%", linkPath.Leaf());

Completed in 169 milliseconds

123