Home
last modified time | relevance | path

Searched refs:GetParentPath (Results 151 – 175 of 203) sorted by relevance

123456789

/dports/games/openclonk/openclonk-release-8.1-src/src/graphics/
H A DC4Shader.cpp499 GetParentPath(Source.getData(),szParentPath); in Refresh()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/music/dialogs/
H A DGUIDialogMusicInfo.cpp686 itemDir = URIUtils::GetParentPath(item.GetMusicInfoTag()->GetURL()); in AddItemPathToFileBrowserSources()
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmCMakePathCommand.cxx204 return path.GetParentPath(); in HandleGetCommand()
/dports/games/openclonk/openclonk-release-8.1-src/src/config/
H A DC4Config.cpp456 GetParentPath(ExePath.getData(), &ExePath); in DeterminePaths()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmCMakePathCommand.cxx204 return path.GetParentPath(); in HandleGetCommand()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmCMakePathCommand.cxx204 return path.GetParentPath(); in HandleGetCommand()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/music/windows/
H A DGUIWindowMusicNav.cpp811 std::string strParentPath=m_history.GetParentPath(); in GetSongsFromPlayList()
H A DGUIWindowMusicBase.cpp156 URIUtils::GetParentPath(directory.GetPath(), strParent); in OnMessage()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/
H A DVideoDatabase.cpp563 URIUtils::GetParentPath(strPath,strPath1); in GetPathId()
769 URIUtils::GetParentPath(strPath,strPath1); in AddPath()
773 … int idParentPath = GetPathId(parentPath.empty() ? URIUtils::GetParentPath(strPath1) : parentPath); in AddPath()
871 while (URIUtils::GetParentPath(strPath1, strParent)) in GetSourcePath()
1229 while (iFound == 0 && URIUtils::GetParentPath(strPath1, strParent)) in GetTvShowId()
5284 std::string parent = URIUtils::GetParentPath(i.first); in UpdateTables()
5360 int idPath = AddPath(*j, URIUtils::GetParentPath(*j)); in UpdateTables()
5785 std::string parent = URIUtils::GetParentPath(path); in UpdateTables()
8064 while (URIUtils::GetParentPath(strPath1, strParent)) in GetScraperForPath()
9844 URIUtils::GetParentPath(nfoFile), in ExportToXML()
[all …]
/dports/editors/lazarus/lazarus/components/turbopower_ipro/
H A Diputils.pas235 function GetParentPath(const Path : string) : string; in GetParentPath() function
1996 function GetParentPath(const Path : string) : string; in GetParentPath() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/turbopower_ipro/
H A Diputils.pas215 function GetParentPath(const Path : string) : string; in GetParentPath() function
1915 function GetParentPath(const Path : string) : string; in GetParentPath() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/turbopower_ipro/
H A Diputils.pas215 function GetParentPath(const Path : string) : string; in GetParentPath() function
1915 function GetParentPath(const Path : string) : string; in GetParentPath() function
/dports/editors/lazarus-qt5/lazarus/components/turbopower_ipro/
H A Diputils.pas235 function GetParentPath(const Path : string) : string; in GetParentPath() function
1996 function GetParentPath(const Path : string) : string; in GetParentPath() function
/dports/games/openclonk/openclonk-release-8.1-src/src/lib/
H A DStdMeshLoaderBinary.cpp238 GetParentPath(skeletonpath.getData(), &skeletongroup); in RemoveSkeletonsInGroup()
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A Dstage.cpp1978 parentPath = parentPath.GetParentPath(); in _IsValidForLoad()
2146 SdfPath parentPath = curPath.GetParentPath(); in LoadAndUnload()
3389 if (!_DefinePrim(path.GetParentPath(), TfToken())) in _DefinePrim()
4492 SdfPath const &parentPath = i->GetParentPath(); in _ComputeSubtreesToRecompose()
4521 } while (i != end && i->GetParentPath() == parentPath); in _ComputeSubtreesToRecompose()
5001 newPrim = SdfPrimSpec::New(layer->GetPrimAtPath(path.GetParentPath()), in _CopyPrim()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/common/
H A Dfile_util.cpp827 std::string_view GetParentPath(std::string_view path) { in GetCurrentDir() function
/dports/lang/mono-basic/mono-basic-4.7/vbruntime/Test/Microsoft.VisualBasic.FileIO/
H A DFileSystemTest.vb1124 Assert.AreEqual("", FS.GetParentPath("a"), testname & "-1")
1125 Assert.AreEqual(IO.Path.GetDirectoryName(file), FS.GetParentPath(file), testname & "-2")
1126 Assert.AreEqual(IO.Path.GetDirectoryName(dir), FS.GetParentPath(dir), testname & "-3")
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DPipeConnection.cs1749 path = PipeUri.GetParentPath(path); in GetPipeName()
2867 public static string GetParentPath(string path) in GetParentPath() method in System.ServiceModel.Channels.PipeUri
/dports/misc/usd/USD-21.11/pxr/usdImaging/usdImaging/
H A Ddelegate.cpp996 _RefreshUsdObject(usdPath.GetParentPath(), TfTokenVector(), in ApplyPendingUpdates()
1190 currentPath = currentPath.GetParentPath()) { in _ResyncUsdPrim()
/dports/emulators/citra/citra-ac98458e0/src/common/
H A Dfile_util.cpp839 std::string_view GetParentPath(std::string_view path) { in GetCurrentDir() function
/dports/emulators/citra-qt5/citra-ac98458e0/src/common/
H A Dfile_util.cpp839 std::string_view GetParentPath(std::string_view path) { in GetCurrentDir() function
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Resource/
H A DResourceCache.cpp824 String parentPath = GetParentPath(fixedPath); in GetPreferredResourceDir()
/dports/misc/usd/USD-21.11/pxr/usd/pcp/
H A Dcache.cpp1485 rootPath.GetParentPath(), inputs, allErrors); in _ComputePrimIndexesInParallel()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windows/
H A DGUIWindowFileManager.cpp487 URIUtils::GetParentPath(strDirectory, strParentPath); in Update()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/network/upnp/
H A DUPnPServer.cpp573 if (!URIUtils::GetParentPath((const char*)id, parent)) { in OnBrowseMetadata()

123456789