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

123

/haiku/headers/private/fs_shell/
H A DKPath.h36 const char *Leaf() const;
/haiku/src/servers/print/
H A DTransport.h27 BString Name() const { return fPath.Leaf(); }
H A DTransport.cpp96 if (Transport::Find(path.Leaf()) != NULL)
/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/tests/system/kernel/fs/
H A DKPathTest.cpp158 CPPUNIT_ASSERT(strcmp(path.Leaf(), "a") == 0);
162 CPPUNIT_ASSERT(strcmp(path.Leaf(), "") == 0);
166 CPPUNIT_ASSERT(strcmp(path.Leaf(), "") == 0);
170 CPPUNIT_ASSERT(strcmp(path.Leaf(), "b") == 0);
174 CPPUNIT_ASSERT(strcmp(path.Leaf(), "b") == 0);
178 CPPUNIT_ASSERT(strcmp(path.Leaf(), "c") == 0);
339 CPPUNIT_ASSERT(path.Path() == path.Leaf());
345 CPPUNIT_ASSERT(path.Path() == path.Leaf());
/haiku/src/preferences/sounds/
H A DHWindow.cpp124 BMenuItem* item = menu->FindItem(path.Leaf());
169 BMenuItem* menuitem = menu->FindItem(path.Leaf());
171 menu->AddItem(menuitem = new BMenuItem(path.Leaf(), msg), 0);
232 BMenuItem* item = menu->FindItem(path.Leaf());
381 if (menu->FindItem(path.Leaf()))
388 menu->AddItem(new BMenuItem(path.Leaf(), msg), 0);
415 if (menu->FindItem(item_path.Leaf()))
422 menu->AddItem(new BMenuItem(item_path.Leaf(), msg), 0);
H A DHEventList.cpp46 SetField(new BStringField(_path ? path.Leaf() : B_TRANSLATE("<none>")),
/haiku/src/preferences/network/
H A DNetworkProfile.cpp97 fName = fPath.Leaf();
H A DNetworkWindow.cpp291 strcmp("current", name.Leaf()) == 0) {
308 BMenuItem* item = new BMenuItem(name.Leaf(), message);
384 if (addOnMap.find(path.Leaf()) == addOnMap.end())
385 addOnMap.insert(std::pair<BString, BPath>(path.Leaf(), path));
/haiku/headers/private/kernel/fs/
H A DKPath.h50 const char* Leaf() const;
/haiku/src/apps/bootmanager/
H A DFileSelectionPage.cpp176 if (fMode == B_SAVE_PANEL && file.Leaf() != NULL)
177 fFilePanel->SetSaveText(file.Leaf());
/haiku/src/tools/fs_shell/
H A DKPath.cpp166 KPath::Leaf() const function in class:KPath
186 const char *leaf = Leaf();
/haiku/headers/os/storage/
H A DPath.h48 const char* Leaf() const;
/haiku/src/tools/translation/inspector/
H A DInspectorApp.cpp76 new BTranslatorItem(path.Leaf(), path.Path(), group));
/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/system/kernel/fs/
H A DKPath.cpp269 KPath::Leaf() const function in class:KPath
286 const char* leaf = Leaf();
309 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/bin/writembr/
H A Dwritembr.cpp65 if (strcmp(device.Leaf(), "raw") != 0) {
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.cpp60 fLocalizedName = fPath.Leaf();
117 owner->DrawString(fPath.Leaf());
/haiku/src/servers/package/
H A DFSUtils.h164 const char* Leaf() const function in class:FSUtils::Path
H A DCommitTransactionHandler.cpp973 FSUtils::Entry(sourceDirectory, relativeSourcePath.Leaf()),
982 relativeSourcePath.Leaf()),
994 status_t error = sourceDirectory.GetStatFor(relativeSourcePath.Leaf(),
1000 relativeSourcePath.Leaf()),
1017 relativeSourcePath.Leaf())));
1025 relativeSourcePath.Leaf());
1030 relativeSourcePath.Leaf()),
1214 FSUtils::Entry(sourceDirectory, relativeSourcePath.Leaf()),
1220 relativeSourcePath.Leaf()),
1501 scriptsDirectory.CreateSymLink(scriptPath.Leaf(),
[all...]
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp226 fStatusBar = new BStatusBar("download progress", fPath.Leaf());
380 fStatusBar->Reset(fPath.Leaf());
639 success.SetContent(fPath.Leaf());
662 success.SetContent(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/apps/haikudepot/util/
H A DStorageUtils.cpp54 result.SetToFormat("%s; @ %" B_PRIu64, fPath.Leaf(), fLastAccessMillisSinceEpoch);
436 SwapExtensionOnPathComponent(path.Leaf(), extension).String());

Completed in 243 milliseconds

123