Searched refs:Leaf (Results 51 - 66 of 66) sorted by last modified time

123

/haiku/src/bin/package_repo/
H A Dcommand_update.cpp385 result = tempRepositoryFile.Rename(targetRepositoryFilePath.Leaf(), true);
/haiku/src/preferences/notifications/
H A DNotificationsView.cpp196 BString text(path.Leaf());
204 AppUsage* appUsage = new AppUsage(path.Leaf(), buf, true);
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp685 AddInterface(path.Leaf(), true);
/haiku/src/apps/packageinstaller/
H A DPackageItem.cpp1056 BString linkName(destination.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/servers/package/
H A DFSUtils.h164 const char* Leaf() const function in class:FSUtils::Path
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.cpp569 fName = path.Leaf();
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp562 if (_Load(path.Leaf(), &type) == B_OK) {
/haiku/src/preferences/network/
H A DNetworkProfile.cpp97 fName = fPath.Leaf();
/haiku/headers/os/storage/
H A DPath.h48 const char* Leaf() const;
/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/tools/fs_shell/
H A DKPath.cpp166 KPath::Leaf() const function in class:KPath
186 const char *leaf = Leaf();
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.h32 const char *getDeviceShortName() { return dev_path.Leaf(); }
/haiku/src/apps/bootmanager/
H A DFileSelectionPage.cpp176 if (fMode == B_SAVE_PANEL && file.Leaf() != NULL)
177 fFilePanel->SetSaveText(file.Leaf());
/haiku/headers/private/fs_shell/
H A DKPath.h36 const char *Leaf() const;

Completed in 187 milliseconds

123