Searched refs:Leaf (Results 26 - 50 of 66) sorted by relevance

123

/haiku/src/servers/mail/
H A DDeskbarView.cpp399 || directory.CreateDirectory(path.Leaf(), NULL) < B_OK
502 item = new BMenuItem(navMenu = new BNavMenu(path.Leaf(),
506 item = new BMenuItem(path.Leaf(), msg);
/haiku/src/apps/installer/
H A DCopyEngine.cpp420 fCurrentItem = sourcePath.Leaf();
439 ret = dstFolder.CreateSymLink(sourcePath.Leaf(), linkPath, NULL);
/haiku/src/apps/mail/
H A DMailApp.cpp544 leafName.SetTo(dataPath.Leaf());
550 leafName.SetTo(dataPath.Leaf());
571 leafName.SetTo(dataPath.Leaf());
577 leafName.SetTo(dataPath.Leaf());
/haiku/src/tests/kits/storage/virtualdrive/
H A Dmkvirtualdrive.cpp33 name = path.Leaf();
/haiku/src/servers/app/font/
H A DFontStyle.cpp155 ref.set_name(fPath.Leaf());
/haiku/src/tests/kits/storage/
H A DPathTest.cpp28 suite->addTest( new TC("BPath::Leaf Test", &PathTest::LeafTest) );
1050 CPPUNIT_ASSERT( path.Leaf() == NULL );
1055 CPPUNIT_ASSERT( string("") == path.Leaf() );
1060 CPPUNIT_ASSERT( string("boot") == path.Leaf() );
1062 CPPUNIT_ASSERT( string("home") == path.Leaf() );
1064 CPPUNIT_ASSERT( string("Desktop") == path.Leaf() );
1069 CPPUNIT_ASSERT( string("non-existing") == path.Leaf() );
1071 CPPUNIT_ASSERT( string("dir") == path.Leaf() );
H A DFileTest.cpp174 BFile file(&dir, path.Leaf(),
292 status_t result = file.SetTo(&dir, path.Leaf(),
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp255 B_PRId32 ".report", teamPath.Leaf(), team->ID(),
272 B_PRId32 ".core", teamPath.Leaf(), team->ID(),
/haiku/src/bin/package_repo/
H A Dcommand_update.cpp385 result = tempRepositoryFile.Rename(targetRepositoryFilePath.Leaf(), true);
/haiku/src/kits/storage/
H A DPath.cpp258 BPath::Leaf() const function in class:BPath
/haiku/src/kits/app/
H A DNotification.cpp54 fSourceName = path.Leaf();
/haiku/src/apps/haikudepot/server/
H A DAbstractServerProcess.cpp447 damagedLeaf.SetToFormat("%s__damaged", currentFilePath.Leaf());
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.cpp569 fName = path.Leaf();
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.cpp335 fModuleName.Append(fPath.Leaf());
/haiku/src/apps/haikudepot/packagemanagement/
H A DPackageManager.cpp226 title.ReplaceAll("%DeskbarLink%", linkPath.Leaf());
/haiku/src/bin/
H A Dcopyattr.cpp608 error = destEntryPath.SetTo(destPath, normalizedSourcePath.Leaf());
/haiku/src/kits/network/libnetservices/
H A DHttpForm.cpp680 result << "; filename=\"" << element->File().Leaf() << '"';
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp372 const char* leaf = path->Leaf();
380 path->Leaf(), Index());
/haiku/src/apps/expander/
H A DExpanderWindow.cpp681 text.ReplaceFirst("%s", path.Leaf());
817 text.ReplaceFirst("%s", path.Leaf());
/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/add-ons/network_settings/dialup/
H A DDialUpView.cpp685 AddInterface(path.Leaf(), true);
/haiku/src/apps/packageinstaller/
H A DPackageView.cpp367 snprintf(buffer, sizeof(buffer), formatString, path.Leaf());
/haiku/src/tools/translation/inspector/
H A DImageView.cpp590 pwin->SetTitle(path.Leaf());
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp830 if (!strcmp(path.Leaf(), "serial")) {
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.cpp291 name.SetTo(path.Leaf());

Completed in 184 milliseconds

123