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

123

/haiku/src/servers/app/font/
H A DFontStyle.cpp155 ref.set_name(fPath.Leaf());
/haiku/src/kits/tracker/
H A DFSUtils.cpp1823 srcString.RemoveLast(path.Leaf());
1858 source.Append(path.Leaf());
H A DFilePanelPriv.cpp368 panel->SetSaveText(path.Leaf());
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp1223 const char* filename = path.Leaf();
/haiku/src/servers/package/
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...]
H A DVolume.cpp1257 "failed: %d (errno: %s)\n", scriptPath.Leaf(), errno, strerror(errno));
/haiku/src/apps/haikudepot/util/
H A DStorageUtils.cpp54 result.SetToFormat("%s; @ %" B_PRIu64, fPath.Leaf(), fLastAccessMillisSinceEpoch);
436 SwapExtensionOnPathComponent(path.Leaf(), extension).String());
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp3294 if (strcmp(basePath.Leaf(), "lib") == 0 || strcmp(basePath.Leaf(),
/haiku/src/apps/haikudepot/server/
H A DAbstractServerProcess.cpp447 damagedLeaf.SetToFormat("%s__damaged", currentFilePath.Leaf());
/haiku/src/tests/kits/storage/virtualdrive/
H A Dmkvirtualdrive.cpp33 name = path.Leaf();
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp3882 CHK(string(path.Leaf()) == shortDescription);
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp4303 if (strlen (TempPath.Leaf ()) > NAME_MAX-strlen(g_BackupSuffix)-1)
4307 strcpy (TempString, TempPath.Leaf ());
/haiku/src/bin/bfs_tools/lib/
H A DInode.cpp1106 status = directory.CreateDirectory(path.Leaf(), NULL);
1375 status = directory.CreateSymLink(path.Leaf(),to,&link);
/haiku/src/apps/mail/
H A DContent.cpp2287 enclosure->name = strdup(path.Leaf());
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.cpp291 name.SetTo(path.Leaf());
/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/preferences/network/
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/src/apps/expander/
H A DExpanderWindow.cpp681 text.ReplaceFirst("%s", path.Leaf());
817 text.ReplaceFirst("%s", path.Leaf());
/haiku/src/servers/debug/
H A DDebugServer.cpp91 value = path.Leaf();
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp1092 dprintf("driver \"%s\" %s\n", path.Leaf(),
/haiku/src/kits/network/libnetservices/
H A DHttpForm.cpp680 result << "; filename=\"" << element->File().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);
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp372 const char* leaf = path->Leaf();
380 path->Leaf(), Index());
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp1078 folderMenuText.ReplaceFirst("%path", 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());

Completed in 417 milliseconds

123