Home
last modified time | relevance | path

Searched refs:GetParentPath (Results 101 – 125 of 203) sorted by relevance

123456789

/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcube/app/model/
H A DDirectoryAdapter.cpp247 std::string DirectoryAdapter::GetParentPath() { in GetParentPath() function in DirectoryAdapter
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DStackDirectory.cpp70 strCommonDir = URIUtils::GetParentPath(strPath); in GetStackedTitlePath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_file_ref_interface.cc91 FakeFilesystem::Path parent_path = filesystem->GetParentPath(path); in MakeDirectory()
/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/misc/usd/USD-21.11/pxr/usd/pcp/
H A DnamespaceEdits.cpp251 else if (oldNodePath->GetParentPath() != in _TranslatePathsAndEditRelocates()
252 newNodePath->GetParentPath()) { in _TranslatePathsAndEditRelocates()
H A DprimIndex.cpp2562 p = p.GetParentPath(); in _FindContainingVariantSelection()
4502 *inputs.cache, site.path.GetParentPath(), inputs, in _BuildInitialPrimIndexFromAncestor()
4515 site.path.GetParentPath().GetText()); in _BuildInitialPrimIndexFromAncestor()
4522 site.path.GetParentPath()); in _BuildInitialPrimIndexFromAncestor()
4797 if (oldPath.GetParentPath() == node.GetPath()) { in _ComposePrimChildNamesAtNode()
4798 if (newPath.GetParentPath() == node.GetPath()) { in _ComposePrimChildNamesAtNode()
4822 if (newPath.GetParentPath() == node.GetPath()) { in _ComposePrimChildNamesAtNode()
4823 if (oldPath.GetParentPath() == node.GetPath()) { in _ComposePrimChildNamesAtNode()
H A DtargetIndex.cpp177 !p.IsPrimPath(); p = p.GetParentPath()) { in _CheckTargetPermittedBeneathNode()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/win10/filesystem/
H A DWinLibraryDirectory.cpp152 CURL parentUrl = CURL(URIUtils::GetParentPath(url.Get())); in Create()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/common/
H A Dfile_util.h170 [[nodiscard]] std::string_view GetParentPath(std::string_view path);
/dports/misc/netron/node_modules/app-builder-lib/templates/nsis/include/
H A DinstallUtil.nsh13 ${StdUtils.GetParentPath} $R5 `${TO}`
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/playlists/
H A DPlayListM3U.cpp74 URIUtils::GetParentPath(strFileName, m_strBasePath); in Load()
H A DPlayListPLS.cpp66 URIUtils::GetParentPath(strFileName, m_strBasePath); in Load()
/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/games/openclonk/openclonk-release-8.1-src/src/script/
H A DC4ScriptHost.cpp232 if (GetParentPath(szPath, szParentPath)) in ReloadScript()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/IO/
H A DFileSystem.cpp342 String parentPath = GetParentPath(pathName); in CreateDir()
1020 String GetParentPath(const String& path) in GetParentPath() function
/dports/games/py-fife/fifengine-0.4.2/engine/core/loaders/native/map/
H A Dmaploader.cpp93 if (GetParentPath(mapPath).string() != m_mapDirectory) { in load()
95 m_mapDirectory = GetParentPath(mapPath).string(); in load()
/dports/games/openclonk/openclonk-release-8.1-src/src/c4group/
H A DC4GroupSet.cpp306 GetParentPath(szScenFilename,szParentfolder); in RegisterParentFolders()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/
H A DContextMenus.cpp204 std::make_shared<CFileItem>(URIUtils::GetParentPath(item->GetPath()), true); in PlayAndQueueRecordings()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DUtil.cpp238 given_path_stdstr = URIUtils::GetParentPath(given_path_stdstr); in GetHomePath()
486 basePath = URIUtils::GetParentPath(basePath); in GetQualifiedFilename()
493 basePath = URIUtils::GetParentPath(basePath); in GetQualifiedFilename()
1853 basePath = URIUtils::GetParentPath(url.GetHostName()); in GetVideoBasePathAndFileName()
2262 std::string vobSubIdxDir = URIUtils::GetParentPath(archiveFile); in GetVobSubIdxFromSub()
/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A Dpath.tab.cpp1493 (yyval).path = SdfPath::ReflexiveRelativePath().GetParentPath();
1502 (yyval).path = ((yyvsp[(1) - (3)])).path.GetParentPath();
H A DwrapPath.cpp326 .def("GetParentPath", &This::GetParentPath) in wrapPath()
/dports/misc/usd/USD-21.11/pxr/imaging/hdMtlx/
H A DhdMtlx.cpp293 const std::string & nodeGraphName = hdNodePath.GetParentPath().GetName(); in _GatherUpstreamNodes()
/dports/emulators/citra/citra-ac98458e0/src/common/
H A Dfile_util.h223 [[nodiscard]] std::string_view GetParentPath(std::string_view path);
/dports/emulators/citra-qt5/citra-ac98458e0/src/common/
H A Dfile_util.h223 [[nodiscard]] std::string_view GetParentPath(std::string_view path);
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/interfaces/gui/dialogs/
H A DFileBrowser.cpp393 while (URIUtils::GetParentPath(basePath, tempPath)) in GetVECShares()

123456789