Home
last modified time | relevance | path

Searched refs:GetParentPath (Results 76 – 100 of 203) sorted by last modified time

123456789

/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DpathTable.h547 if (oldName.GetParentPath() != newName.GetParentPath()) { in UpdateForRename()
608 return path.GetParentPath(); in _GetParentPath()
/dports/misc/usd/USD-21.11/pxr/imaging/hd/
H A DsceneIndexAdapterSceneDelegate.cpp270 child->first.GetParentPath() != it->first) { in PrimsRemoved()
H A DflatteningSceneIndex.cpp394 SdfPath parentPath = _primPath.GetParentPath(); in _GetPurpose()
436 SdfPath parentPath = _primPath.GetParentPath(); in _GetVis()
492 SdfPath parentPath = _primPath.GetParentPath(); in _GetXform()
/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()
H A DmaterialAdapter.cpp189 materialCachePath = materialCachePath.GetParentPath(); in MarkDirty()
H A DpointInstancerAdapter.cpp766 affectedInstancer = cachePath.GetParentPath(); in _ProcessPrimRemoval()
836 SdfPath instancerPath = cachePath.GetParentPath(); in MarkDirty()
854 SdfPath instancerPath = cachePath.GetParentPath(); in MarkRefineLevelDirty()
869 SdfPath instancerPath = cachePath.GetParentPath(); in MarkReprDirty()
884 SdfPath instancerPath = cachePath.GetParentPath(); in MarkCullStyleDirty()
899 SdfPath instancerPath = cachePath.GetParentPath(); in MarkRenderTagDirty()
914 SdfPath instancerPath = cachePath.GetParentPath(); in MarkTransformDirty()
983 ? cachePath.GetParentPath() in _GetProtoPrim()
1235 instancerPath = cachePath.GetParentPath(); in GetScenePrimPath()
1443 return cachePath.GetParentPath(); in GetInstancerId()
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/
H A DbboxCache.cpp406 ancestorsOfPathsToSkip[p.GetParentPath()] = true; in ComputeUntransformedBound()
413 ancestorsOfOverrides[override.first.GetParentPath()] = true; in ComputeUntransformedBound()
458 pathWithOverride = pathWithOverride.GetParentPath(); in ComputeUntransformedBound()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/jobs/
H A DVideoLibraryRefreshingJob.cpp291 … items.SetPath(m_item->m_bIsFolder ? URIUtils::GetParentPath(path) : URIUtils::GetDirectory(path)); in Work()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windows/
H A DGUIMediaWindow.cpp733 std::string strParentPath = m_history.GetParentPath(); in GetDirectory()
1259 std::string parentPath = m_history.GetParentPath(); in GoParentFolder()
1270 parentPath = m_history.GetParentPath(); in GoParentFolder()
1278 CURL parentUrl(m_history.GetParentPath(true)); in GoParentFolder()
1290 m_strFilterPath = m_history.GetParentPath(true); in GoParentFolder()
1430 while (URIUtils::GetParentPath(strPath, strParentPath)) in SetHistoryForPath()
2007 pItem->SetPath(m_history.GetParentPath()); in OnFilterItems()
H A DGUIWindowFileManager.cpp487 URIUtils::GetParentPath(strDirectory, strParentPath); in Update()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DDirectoryHistory.h48 std::string GetParentPath(bool filter = false);
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/playlists/
H A DPlayListURL.cpp36 URIUtils::GetParentPath(strFileName, m_strBasePath); in Load()
H A DPlayListXML.cpp75 URIUtils::GetParentPath(strFileName, m_strBasePath); in Load()
H A DPlayListXSPF.cpp71 URIUtils::GetParentPath(strFileName, m_strBasePath); in Load()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/dialogs/
H A DGUIDialogFileBrowser.cpp167 m_Directory->SetPath(URIUtils::GetParentPath(m_selectedPath)); in OnMessage()
363 std::string strParentPath = m_history.GetParentPath(); in Update()
372 if (URIUtils::GetParentPath(strDirectory, strParentPath)) in Update()
H A DGUIDialogSimpleMenu.cpp64 std::string root = URIUtils::GetParentPath(item.GetDynPath()); in ShowPlaySelection()
69 url.SetHostName(URIUtils::GetParentPath(root)); in ShowPlaySelection()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DFileItem.cpp3215 URIUtils::GetParentPath(m_strPath,strPath); in GetTBNFile()
3229 URIUtils::GetParentPath(strPath,strParent); in GetTBNFile()
3323 URIUtils::GetParentPath(m_strPath,strPath); in GetLocalArtBaseFilename()
3331 URIUtils::GetParentPath(strPath,strParent); in GetLocalArtBaseFilename()
3382 URIUtils::GetParentPath(m_strPath,strFolder); in GetFolderThumb()
3437 URIUtils::GetParentPath(name2,strMovieName); in GetBaseMoviePath()
3467 URIUtils::GetParentPath(m_strPath,strPath); in GetLocalFanart()
3480 URIUtils::GetParentPath(strPath,strParent); in GetLocalFanart()
3545 parent = URIUtils::GetParentPath(parent); in GetLocalMetadataPath()
3740 URIUtils::GetParentPath(m_strPath,strPath); in FindTrailer()
[all …]
H A DGUIInfoManager.cpp10838 URIUtils::GetParentPath(item->GetPath(), path); in GetMultiInfoItemLabel()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/interfaces/gui/
H A DWindow.cpp1320 URIUtils::GetParentPath(tmpDir, fallbackMediaPath); in AllocResources()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/DVDInputStreams/
H A DDVDInputStreamNavigator.cpp94 path = URIUtils::GetParentPath(path); in Open()
97 path = URIUtils::GetParentPath(path); in Open()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/interfaces/gui/dialogs/
H A DFileBrowser.cpp393 while (URIUtils::GetParentPath(basePath, tempPath)) in GetVECShares()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/
H A DContextMenus.cpp204 std::make_shared<CFileItem>(URIUtils::GetParentPath(item->GetPath()), true); in PlayAndQueueRecordings()
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 …]
H A DVideoInfoScanner.cpp351 items.SetPath(URIUtils::GetParentPath(item->GetPath())); in DoScan()
1306 …movieDetails.m_parentPathID = m_database.AddPath(URIUtils::GetParentPath(movieDetails.m_basePath)); in AddVideo()
1358 paths.emplace_back(*i, URIUtils::GetParentPath(*i)); in AddVideo()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/windows/
H A DGUIWindowVideoBase.cpp358 URIUtils::GetParentPath(item->GetPath(), strParentDirectory); in ShowIMDB()
1479 URIUtils::GetParentPath(strPath, strParentPath); in OnSearchItemFound()

123456789