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

123

/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/packageinstaller/
H A DPackageItem.cpp1056 BString linkName(destination.Leaf());
/haiku/src/apps/installer/
H A DWorkerThread.cpp553 BPath targetPath(targetPkgDir.Path(), pkgPath.Leaf());
/haiku/src/servers/debug/
H A DDebugServer.cpp91 value = path.Leaf();
/haiku/src/tests/kits/storage/
H A DDirectoryTest.cpp1253 CPPUNIT_ASSERT( testSet.test(path.Leaf()) == true );
1301 CPPUNIT_ASSERT( testSet.test(path.Leaf()) == true );
H A DMimeTypeTest.cpp3882 CHK(string(path.Leaf()) == shortDescription);
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp3294 if (strcmp(basePath.Leaf(), "lib") == 0 || strcmp(basePath.Leaf(),
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp562 if (_Load(path.Leaf(), &type) == B_OK) {
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp1092 dprintf("driver \"%s\" %s\n", path.Leaf(),
/haiku/src/servers/package/
H A DVolume.cpp1257 "failed: %d (errno: %s)\n", scriptPath.Leaf(), errno, strerror(errno));
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp1078 folderMenuText.ReplaceFirst("%path", path.Leaf());
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp1223 const char* filename = path.Leaf();
/haiku/src/kits/tracker/
H A DFilePanelPriv.cpp368 panel->SetSaveText(path.Leaf());
H A DFSUtils.cpp1823 srcString.RemoveLast(path.Leaf());
1858 source.Append(path.Leaf());
/haiku/src/apps/mail/
H A DContent.cpp2287 enclosure->name = strdup(path.Leaf());
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp4303 if (strlen (TempPath.Leaf ()) > NAME_MAX-strlen(g_BackupSuffix)-1)
4307 strcpy (TempString, TempPath.Leaf ());

Completed in 182 milliseconds

123