Home
last modified time | relevance | path

Searched refs:GetParentPath (Results 1 – 25 of 203) sorted by relevance

123456789

/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DchildrenPolicies.h64 static SdfPath GetParentPath(const SdfPath &childPath) { in GetParentPath() function
65 return childPath.GetParentPath(); in GetParentPath()
188 return parentPath.GetParentPath().AppendVariantSelection( in GetChildPath()
192 static SdfPath GetParentPath(const SdfPath &childPath) { in GetParentPath() function
195 return childPath.GetParentPath().AppendVariantSelection(variantSet, ""); in GetParentPath()
230 static SdfPath GetParentPath(const SdfPath &childPath) { in GetParentPath() function
231 return childPath.GetParentPath(); in GetParentPath()
H A DchildrenUtils.cpp77 return ChildPolicy::GetChildPath(ChildPolicy::GetParentPath(path), newName); in _ComputeRenamedPath()
108 const SdfPath parentPath = ChildPolicy::GetParentPath(childPath); in CreateSpec()
133 if ((*it)->GetPath().GetParentPath() == parentPath) { in _FilterDuplicatePreexistingChildren()
201 if (path != (*i)->GetPath().GetParentPath() && in SetChildren()
230 const SdfPath oldParentPath = ChildPolicy::GetParentPath((*i)->GetPath()); in SetChildren()
301 if (ChildPolicy::GetParentPath(value->GetPath()) == path) { in InsertChild()
340 SdfPath oldParentPath = ChildPolicy::GetParentPath(value->GetPath()); in InsertChild()
451 SdfPath oldParentPath = ChildPolicy::GetParentPath(value->GetPath()); in MoveChildForBatchNamespaceEdit()
572 if (ChildPolicy::GetParentPath(value->GetPath()) == path) { in CanMoveChildForBatchNamespaceEdit()
603 SdfPath oldParentPath = ChildPolicy::GetParentPath(value->GetPath()); in CanMoveChildForBatchNamespaceEdit()
[all …]
H A DchangeManager.cpp421 .DidChangeAttributeConnection(path.GetParentPath()); in DidChangeField()
521 if (oldPath.GetParentPath() == newPath.GetParentPath()) { in DidMoveSpec()
528 const SdfPath& parentPropPath = oldPath.GetParentPath(); in DidMoveSpec()
552 const SdfPath& oldParentPropPath = oldPath.GetParentPath(); in DidMoveSpec()
553 const SdfPath& newParentPropPath = newPath.GetParentPath(); in DidMoveSpec()
595 .DidChangeAttributeConnection(path.GetParentPath()); in DidAddSpec()
626 .DidChangeAttributeConnection(path.GetParentPath()); in DidRemoveSpec()
H A DnamespaceEdit.cpp269 _VerifyPath(path.GetParentPath()); in GetChild()
280 _VerifyPath(path.GetParentPath()); in GetChild()
291 _VerifyPath(path.GetParentPath()); in FindOrCreateChild()
297 path.ReplacePrefix(path.GetParentPath(), GetOriginalPath()); in FindOrCreateChild()
360 _VerifyPath(path.GetParentPath()); in Reparent()
436 return path.ReplacePrefix(prefix.GetParentPath(), in _UneditPath()
528 _Node* newParent = _GetNodeAtPath(newPath.GetParentPath()); in _Move()
860 SdfPath newParent = edit.newPath.GetParentPath(); in Process()
H A DprimSpec.cpp202 const SdfPath parentPath = GetPath().GetParentPath(); in SetName()
249 GetLayer()->GetPrimAtPath(GetPath().GetParentPath()); in GetNameParent()
255 return GetLayer()->GetPrimAtPath(GetPath().GetParentPath()); in GetRealNameParent()
283 child->GetPath().GetParentPath() != GetPath()) { in RemoveNameChild()
378 property->GetPath().GetParentPath() != GetPath()) { in RemoveProperty()
824 SdfPrimSpecHandle primSpec = layer->GetPrimAtPath(vsPath.GetParentPath()); in _FindOrCreateVariantSpec()
880 p != SdfPath::AbsoluteRootPath(); p = p.GetParentPath()) { in _IsValidPath()
945 path = ancestors.back().GetParentPath(); in Sdf_UncheckedCreatePrimInLayer()
H A DvariantSetSpec.cpp134 return GetLayer()->GetObjectAtPath(GetPath().GetParentPath()); in GetOwner()
162 Sdf_VariantChildPolicy::GetParentPath(variant->GetPath()); in RemoveVariant()
H A Dpath.cpp382 return GetParentPath().AppendChild(newName); in ReplaceName()
384 return GetParentPath().AppendProperty(newName); in ReplaceName()
386 return GetParentPath().AppendRelationalAttribute(newName); in ReplaceName()
494 SdfPath::GetParentPath() const { in GetParentPath() function in SdfPath
772 return GetParentPath(); in AppendChild()
1458 return GetParentPath().AppendTarget(newTargetPath); in ReplaceTargetPath()
1460 return GetParentPath().ReplaceTargetPath(newTargetPath). in ReplaceTargetPath()
1463 return GetParentPath().AppendMapper(newTargetPath); in ReplaceTargetPath()
1639 result = result.GetParentPath(); in MakeRelativePath()
1988 SdfPath anchor = primPath.GetParentPath(); in GetConciseRelativePaths()
[all …]
H A DnamespaceEdit.h96 currentPath.ReplacePrefix(currentPath.GetParentPath(), in Reparent()
110 currentPath.ReplacePrefix(currentPath.GetParentPath(), in ReparentAndRename()
/dports/misc/usd/USD-21.11/pxr/usd/pcp/
H A Dnode.cpp228 pathAtIntroduction = pathAtIntroduction.GetParentPath(); in GetPathAtIntroduction()
230 pathAtIntroduction = pathAtIntroduction.GetParentPath(); in GetPathAtIntroduction()
253 introPath = introPath.GetParentPath(); in GetIntroPath()
255 introPath = introPath.GetParentPath(); in GetIntroPath()
357 cur = cur.GetParentPath(); in _GetNonVariantPathElementCount()
358 for (; cur.ContainsPrimVariantSelection(); cur = cur.GetParentPath()) in _GetNonVariantPathElementCount()
H A Ddependencies.h158 for (SdfPath ancestorSitePath = sitePath.GetParentPath(); in ForEachDependencyOnSite()
160 ancestorSitePath = ancestorSitePath.GetParentPath()) in ForEachDependencyOnSite()
267 indexPath = indexPath.GetParentPath()) in Pcp_ForEachDependentNode()
311 indexPath = indexPath.GetParentPath()) in Pcp_ForEachDependentNode()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/filesystem/
H A Dfilesystem.cpp57 auto dir = GetDirectoryRelativeWrapped(backing, Common::FS::GetParentPath(path)); in CreateFile()
60 dir = backing->CreateSubdirectory(Common::FS::GetParentPath(path)); in CreateFile()
81 auto dir = GetDirectoryRelativeWrapped(backing, Common::FS::GetParentPath(path)); in DeleteFile()
95 auto dir = GetDirectoryRelativeWrapped(backing, Common::FS::GetParentPath(path)); in CreateDirectory()
96 if (dir == nullptr || Common::FS::GetFilename(Common::FS::GetParentPath(path)).empty()) { in CreateDirectory()
109 auto dir = GetDirectoryRelativeWrapped(backing, Common::FS::GetParentPath(path)); in DeleteDirectory()
119 auto dir = GetDirectoryRelativeWrapped(backing, Common::FS::GetParentPath(path)); in DeleteDirectoryRecursively()
129 auto dir = GetDirectoryRelativeWrapped(backing, Common::FS::GetParentPath(sanitized_path)); in CleanDirectoryRecursively()
144 if (Common::FS::GetParentPath(src_path) == Common::FS::GetParentPath(dest_path)) { in RenameFile()
179 if (Common::FS::GetParentPath(src_path) == Common::FS::GetParentPath(dest_path)) { in RenameDirectory()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Utilities/test/HDF5/
H A DPathTests.cpp8 std::string parent = muq::Utilities::GetParentPath(base); in TEST()
13 parent = muq::Utilities::GetParentPath(base); in TEST()
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DclipCache.cpp227 SdfPath ancestralClipsPath(path.GetParentPath()); in PopulateClipsForPrim()
229 ancestralClipsPath = ancestralClipsPath.GetParentPath()) { in PopulateClipsForPrim()
238 for (SdfPath p = path.GetParentPath(); p != ancestralClipsPath; in PopulateClipsForPrim()
239 p = p.GetParentPath()) { in PopulateClipsForPrim()
355 p = p.GetParentPath()) { in _GetClipsForPrim_NoLock()
H A DcollectionMembershipQuery.cpp65 p = p.GetParentPath()) { in _ComputeIncludedImpl()
267 for (SdfPath p = path; p != SdfPath::EmptyPath(); p = p.GetParentPath()) in IsPathIncluded()
286 for (SdfPath p = path; p != SdfPath::EmptyPath(); p = p.GetParentPath()) in IsPathIncluded()
/dports/misc/usd/USD-21.11/pxr/usd/sdf/testenv/
H A DtestSdfPath.py723 self.assertEqual(Sdf.Path("/foo/bar/baz").GetParentPath(), Sdf.Path("/foo/bar"))
724 self.assertEqual(Sdf.Path("/foo").GetParentPath(), Sdf.Path("/"))
725 self.assertEqual(Sdf.Path.emptyPath.GetParentPath(), Sdf.Path.emptyPath)
726 self.assertEqual(Sdf.Path("/foo/bar/baz.prop").GetParentPath(), Sdf.Path("/foo/bar/baz"))
729 self.assertEqual(Sdf.Path("../../..").GetParentPath(), Sdf.Path("../../../.."))
730 self.assertEqual(Sdf.Path("..").GetParentPath(), Sdf.Path("../.."))
731 self.assertEqual(Sdf.Path("../../../.prop").GetParentPath(), Sdf.Path("../../.."))
734 self.assertEqual(Sdf.Path("foo/bar/baz").GetParentPath(), Sdf.Path("foo/bar"))
735 self.assertEqual(Sdf.Path("foo").GetParentPath(), Sdf.Path("."))
736 self.assertEqual(Sdf.Path("foo/bar/baz.prop").GetParentPath(), Sdf.Path("foo/bar/baz"))
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/usdShade/
H A DconnectableAPIBehavior.cpp106 if (inputPrimPath.GetParentPath() != sourcePrimPath) { in _CanConnectInputToSource()
141 if (sourcePrimPath.GetParentPath() != inputPrimPath) { in _CanConnectInputToSource()
166 sourcePrimPath.GetParentPath().GetText(), in _CanConnectInputToSource()
171 if (inputPrimPath.GetParentPath() != in _CanConnectInputToSource()
172 sourcePrimPath.GetParentPath()) { in _CanConnectInputToSource()
295 sourcePrimPath.GetParentPath() != outputPrimPath) { in _CanConnectOutputToSource()
/dports/misc/usd/USD-21.11/third_party/renderman-24/plugin/hdPrman/
H A DmatfiltConvertPreviewMaterial.cpp171 nodePath.GetParentPath().AppendChild( in MatfiltConvertPreviewMaterial()
245 pxrDisplacePath = nodePath.GetParentPath().AppendChild( in MatfiltConvertPreviewMaterial()
264 primvarPassPath = nodePath.GetParentPath().AppendChild( in MatfiltConvertPreviewMaterial()
348 nodePath.GetParentPath().AppendChild( in MatfiltConvertPreviewMaterial()
/dports/misc/usd/USD-21.11/pxr/usd/usdUtils/
H A Dauthoring.cpp126 parentPath = parentPath.GetParentPath(); in _GetPathsToExcludeBelowCommonAncestor()
168 SdfPath commonAncestorParentPath = commonAncestor.GetPath().GetParentPath(); in _ComputePathsToIncludeAndExclude()
180 parentPath = parentPath.GetParentPath(); in _ComputePathsToIncludeAndExclude()
192 parentPath = parentPath.GetParentPath(); in _ComputePathsToIncludeAndExclude()
/dports/misc/usd/USD-21.11/pxr/usdImaging/usdImaging/
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/games/openclonk/openclonk-release-8.1-src/src/platform/
H A DStdFile.h55 bool GetParentPath(const char *szFilename, char *szBuffer);
56 bool GetParentPath(const char *szFilename, StdStrBuf *outBuf);
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Urho2D/
H A DTmxFile2D.cpp354 String textureFilePath = GetParentPath(tmxFile_->GetName()) + source_; in Load()
433GetParentPath(GetName()) + tsxXMLFile->GetRoot("tileset").GetChild("image").GetAttribute("source"); in BeginLoad()
438 …String textureFilePath = GetParentPath(GetName()) + tileSetElem.GetChild("image").GetAttribute("so… in BeginLoad()
446 …String textureFilePath = GetParentPath(GetName()) + imageLayerElem.GetChild("image").GetAttribute(… in BeginLoad()
595 String tsxFilePath = GetParentPath(GetName()) + source; in LoadTSXFile()
656 String textureFilePath = GetParentPath(GetName()) + imageElem.GetAttribute("source"); in LoadTileSet()
701 … String textureFilePath = GetParentPath(GetName()) + imageElem.GetAttribute("source"); in LoadTileSet()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/dialogs/
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/guilib/guiinfo/
H A DGUIInfoHelper.cpp190 value = URIUtils::GetParentPath(value); in GetFileInfoLabelValueFromPath()
192 value = URIUtils::GetParentPath(value); in GetFileInfoLabelValueFromPath()
/dports/textproc/source-highlight/source-highlight-3.1.9/tests/
H A Dtest.scpt26 on GetParentPath(myPath)
37 end GetParentPath
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Utilities/src/HDF5/
H A DHDF5File.cpp104 std::string parentPath = GetParentPath(name); in DoesGroupExist()
116 std::string parentPath = GetParentPath(name); in DoesDataSetExist()
175 std::string parentPath = GetParentPath(name); in CreateGroup()

123456789