Home
last modified time | relevance | path

Searched refs:MakeAbsolutePath (Results 1 – 25 of 90) sorted by relevance

1234

/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DproxyPolicies.cpp47 result[i->first.MakeAbsolutePath(anchor)] = in CanonicalizeType()
48 i->second.MakeAbsolutePath(anchor); in CanonicalizeType()
58 return (TF_VERIFY(spec) ? x.MakeAbsolutePath(spec->GetPath()) : x); in CanonicalizeKey()
66 return (TF_VERIFY(spec) ? x.MakeAbsolutePath(spec->GetPath()) : x); in CanonicalizeValue()
79 return value_type(x.first.MakeAbsolutePath(anchor), in CanonicalizePair()
80 x.second.MakeAbsolutePath(anchor)); in CanonicalizePair()
H A DprimSpec.cpp468 const SdfPath absPath = path.MakeAbsolutePath(GetPath()); in GetObjectAtPath()
479 const SdfPath absPath = path.MakeAbsolutePath(GetPath()); in GetPrimAtPath()
490 const SdfPath absPath = path.MakeAbsolutePath(GetPath()); in GetPropertyAtPath()
501 const SdfPath absPath = path.MakeAbsolutePath(GetPath()); in GetAttributeAtPath()
512 const SdfPath absPath = path.MakeAbsolutePath(GetPath()); in GetRelationshipAtPath()
879 for (SdfPath p = path.MakeAbsolutePath(SdfPath::AbsoluteRootPath()); in _IsValidPath()
910 _tmpPath = _inPath.MakeAbsolutePath(SdfPath::AbsoluteRootPath()); in _AbsPathHelper()
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DDefaultIOSystem.cpp131 inline void MakeAbsolutePath (const char* in, char* _out) in MakeAbsolutePath() function
161 MakeAbsolutePath (one, temp1); in ComparePaths()
162 MakeAbsolutePath (second, temp2); in ComparePaths()
/dports/misc/usd/USD-21.11/pxr/usd/sdf/testenv/
H A DtestSdfAttribute.py258 testPath = testPath.MakeAbsolutePath(attr.path.GetPrimPath())
264 testPath2 = testPath2.MakeAbsolutePath(attr.path.GetPrimPath())
289 'test.foo').MakeAbsolutePath(attr.path.GetPrimPath())
291 'test2.foo').MakeAbsolutePath(attr.path.GetPrimPath())
294 'middle.foo').MakeAbsolutePath(attr.path.GetPrimPath())
297 'first.foo').MakeAbsolutePath(attr.path.GetPrimPath())
310 'dead.foo').MakeAbsolutePath(attr.path.GetPrimPath())
342 'shlep.foo').MakeAbsolutePath(attr.path.GetPrimPath())
363 'test3.foo').MakeAbsolutePath(attr.path.GetPrimPath())
365 'test4.foo').MakeAbsolutePath(attr.path.GetPrimPath())
[all …]
H A DtestSdfPath2.py380 self.assertEqual(Sdf.Path("..").MakeAbsolutePath("/foo/bar"), "/foo")
381 …self.assertEqual(Sdf.Path("/A/B/C/D.rel[../../E.rel[F.attr].attr].attr").MakeAbsolutePath("/A/B"),…
382 …self.assertEqual(Sdf.Path("C/D.rel[../../E.rel[F.attr].attr].attr").MakeAbsolutePath("/A/B"), "/A/…
383 self.assertEqual(Sdf.Path("../.attr").MakeAbsolutePath("/foo/bar"), "/foo.attr")
384 … self.assertEqual(Sdf.Path("../.attr[1 & 2]").MakeAbsolutePath("/foo/bar"), "/foo.attr[1 & 2]")
385 self.assertEqual(Sdf.Path.emptyPath.MakeAbsolutePath("/foo/bar"), Sdf.Path.emptyPath)
386 …self.assertEqual(Sdf.Path(".attr.mapper[/connection.target]").MakeAbsolutePath("/foo/bar"), "/foo/…
387 …self.assertEqual(Sdf.Path(".attr.mapper[/connection.target].arg").MakeAbsolutePath("/foo/bar"), "/…
388 …self.assertEqual(Sdf.Path(".attr.expression").MakeAbsolutePath("/foo/bar"), "/foo/bar.attr.express…
443 self.assertEqual( Sdf.Path("foo").MakeAbsolutePath("foo"), empty )
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DDefaultIOSystem.cpp134 inline void MakeAbsolutePath (const char* in, char* _out) in MakeAbsolutePath() function
164 MakeAbsolutePath (one, temp1); in ComparePaths()
165 MakeAbsolutePath (second, temp2); in ComparePaths()
/dports/games/ags/ags_linux_v.3.4.4.1/Common/util/
H A Dpath.cpp48 String fixed_path1 = MakeAbsolutePath(path1); in ComparePaths()
49 String fixed_path2 = MakeAbsolutePath(path2); in ComparePaths()
114 String MakeAbsolutePath(const String &path) in MakeAbsolutePath() function
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DDefaultIOSystem.cpp134 inline void MakeAbsolutePath (const char* in, char* _out) in MakeAbsolutePath() function
164 MakeAbsolutePath (one, temp1); in ComparePaths()
165 MakeAbsolutePath (second, temp2); in ComparePaths()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DDefaultIOSystem.cpp134 inline void MakeAbsolutePath (const char* in, char* _out) in MakeAbsolutePath() function
164 MakeAbsolutePath (one, temp1); in ComparePaths()
165 MakeAbsolutePath (second, temp2); in ComparePaths()
/dports/devel/upp/upp/bazaar/plugin/assimp/code/Common/
H A DDefaultIOSystem.cpp148 inline static std::string MakeAbsolutePath(const char* in) in MakeAbsolutePath() function
183 std::string temp1 = MakeAbsolutePath(one); in ComparePaths()
184 std::string temp2 = MakeAbsolutePath(second); in ComparePaths()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/assimp/code/Common/
H A DDefaultIOSystem.cpp148 inline static std::string MakeAbsolutePath(const char* in) in MakeAbsolutePath() function
183 std::string temp1 = MakeAbsolutePath(one); in ComparePaths()
184 std::string temp2 = MakeAbsolutePath(second); in ComparePaths()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/assimp/code/Common/
H A DDefaultIOSystem.cpp148 inline static std::string MakeAbsolutePath(const char* in) in MakeAbsolutePath() function
183 std::string temp1 = MakeAbsolutePath(one); in ComparePaths()
184 std::string temp2 = MakeAbsolutePath(second); in ComparePaths()
/dports/devel/include-what-you-use/include-what-you-use-clang_11/
H A Diwyu_path_util.h63 string MakeAbsolutePath(const string& path);
64 string MakeAbsolutePath(const string& base_path, const string& relative_path);
H A Diwyu_path_util.cc152 string MakeAbsolutePath(const string& path) { in MakeAbsolutePath() function
160 string MakeAbsolutePath(const string& base_path, const string& relative_path) { in MakeAbsolutePath() function
189 string path = NormalizeFilePath(MakeAbsolutePath(filepath)); in ConvertToQuotedInclude()
/dports/multimedia/assimp/assimp-5.1.3/code/Common/
H A DDefaultIOSystem.cpp160 inline static std::string MakeAbsolutePath(const char *in) { in MakeAbsolutePath() function
193 std::string temp1 = MakeAbsolutePath(one); in ComparePaths()
194 std::string temp2 = MakeAbsolutePath(second); in ComparePaths()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/Archive/
H A DXspArchive.cs52 string strFile = UrlUtil.MakeAbsolutePath(strExe, strXspFile); in CreateFile()
58 UrlUtil.MakeAbsolutePath(strExe, strDir), false); in CreateFile()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-move/
H A DMove.cpp73 std::string MakeAbsolutePath(StringRef CurrentDir, StringRef Path) { in MakeAbsolutePath() function
87 std::string MakeAbsolutePath(const SourceManager &SM, StringRef Path) { in MakeAbsolutePath() function
122 return MakeAbsolutePath(SourceManager, FileEntry->getName()) == in AST_POLYMORPHIC_MATCHER_P()
345 return MakeAbsolutePath(SM, FE->getName()) == in isInHeaderFile()
346 MakeAbsolutePath(OriginalRunningDirectory, OldHeader); in isInHeaderFile()
684 return MakeAbsolutePath(Context->OriginalRunningDirectory, Path); in makeAbsolutePath()
695 MakeAbsolutePath(SM, llvm::StringRef(HeaderWithSearchPath.data(), in addIncludes()
702 std::string AbsoluteCurrentFile = MakeAbsolutePath(SM, FileName); in addIncludes()
765 MakeAbsolutePath(SM, FilePath) == in removeDeclsInOldFiles()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-move/
H A DMove.cpp73 std::string MakeAbsolutePath(StringRef CurrentDir, StringRef Path) { in MakeAbsolutePath() function
87 std::string MakeAbsolutePath(const SourceManager &SM, StringRef Path) { in MakeAbsolutePath() function
122 return MakeAbsolutePath(SourceManager, FileEntry->getName()) == in AST_POLYMORPHIC_MATCHER_P()
345 return MakeAbsolutePath(SM, FE->getName()) == in isInHeaderFile()
346 MakeAbsolutePath(OriginalRunningDirectory, OldHeader); in isInHeaderFile()
684 return MakeAbsolutePath(Context->OriginalRunningDirectory, Path); in makeAbsolutePath()
695 MakeAbsolutePath(SM, llvm::StringRef(HeaderWithSearchPath.data(), in addIncludes()
702 std::string AbsoluteCurrentFile = MakeAbsolutePath(SM, FileName); in addIncludes()
765 MakeAbsolutePath(SM, FilePath) == in removeDeclsInOldFiles()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-move/
H A DMove.cpp73 std::string MakeAbsolutePath(StringRef CurrentDir, StringRef Path) { in MakeAbsolutePath() function
87 std::string MakeAbsolutePath(const SourceManager &SM, StringRef Path) { in MakeAbsolutePath() function
122 return MakeAbsolutePath(SourceManager, FileEntry->getName()) == in AST_POLYMORPHIC_MATCHER_P()
345 return MakeAbsolutePath(SM, FE->getName()) == in isInHeaderFile()
346 MakeAbsolutePath(OriginalRunningDirectory, OldHeader); in isInHeaderFile()
684 return MakeAbsolutePath(Context->OriginalRunningDirectory, Path); in makeAbsolutePath()
695 MakeAbsolutePath(SM, llvm::StringRef(HeaderWithSearchPath.data(), in addIncludes()
702 std::string AbsoluteCurrentFile = MakeAbsolutePath(SM, FileName); in addIncludes()
765 MakeAbsolutePath(SM, FilePath) == in removeDeclsInOldFiles()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-move/
H A DClangMove.cpp74 std::string MakeAbsolutePath(StringRef CurrentDir, StringRef Path) { in MakeAbsolutePath() function
88 std::string MakeAbsolutePath(const SourceManager &SM, StringRef Path) { in MakeAbsolutePath() function
124 return MakeAbsolutePath(SourceManager, FileEntry->getName()) == in AST_POLYMORPHIC_MATCHER_P()
347 return MakeAbsolutePath(SM, FE->getName()) == in isInHeaderFile()
348 MakeAbsolutePath(OriginalRunningDirectory, OldHeader); in isInHeaderFile()
686 return MakeAbsolutePath(Context->OriginalRunningDirectory, Path); in makeAbsolutePath()
697 MakeAbsolutePath(SM, llvm::StringRef(HeaderWithSearchPath.data(), in addIncludes()
704 std::string AbsoluteCurrentFile = MakeAbsolutePath(SM, FileName); in addIncludes()
767 MakeAbsolutePath(SM, FilePath) == in removeDeclsInOldFiles()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-move/
H A DMove.cpp73 std::string MakeAbsolutePath(StringRef CurrentDir, StringRef Path) { in MakeAbsolutePath() function
87 std::string MakeAbsolutePath(const SourceManager &SM, StringRef Path) { in MakeAbsolutePath() function
122 return MakeAbsolutePath(SourceManager, FileEntry->getName()) == in AST_POLYMORPHIC_MATCHER_P()
345 return MakeAbsolutePath(SM, FE->getName()) == in isInHeaderFile()
346 MakeAbsolutePath(OriginalRunningDirectory, OldHeader); in isInHeaderFile()
686 return MakeAbsolutePath(Context->OriginalRunningDirectory, Path); in makeAbsolutePath()
697 MakeAbsolutePath(SM, llvm::StringRef(HeaderWithSearchPath.data(), in addIncludes()
704 std::string AbsoluteCurrentFile = MakeAbsolutePath(SM, FileName); in addIncludes()
767 MakeAbsolutePath(SM, FilePath) == in removeDeclsInOldFiles()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-move/
H A DMove.cpp73 std::string MakeAbsolutePath(StringRef CurrentDir, StringRef Path) { in MakeAbsolutePath() function
87 std::string MakeAbsolutePath(const SourceManager &SM, StringRef Path) { in MakeAbsolutePath() function
122 return MakeAbsolutePath(SourceManager, FileEntry->getName()) == in AST_POLYMORPHIC_MATCHER_P()
345 return MakeAbsolutePath(SM, FE->getName()) == in isInHeaderFile()
346 MakeAbsolutePath(OriginalRunningDirectory, OldHeader); in isInHeaderFile()
686 return MakeAbsolutePath(Context->OriginalRunningDirectory, Path); in makeAbsolutePath()
697 MakeAbsolutePath(SM, HeaderWithSearchPath); in addIncludes()
703 std::string AbsoluteCurrentFile = MakeAbsolutePath(SM, FileName); in addIncludes()
766 MakeAbsolutePath(SM, FilePath) == in removeDeclsInOldFiles()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-move/
H A DMove.cpp73 std::string MakeAbsolutePath(StringRef CurrentDir, StringRef Path) { in MakeAbsolutePath() function
87 std::string MakeAbsolutePath(const SourceManager &SM, StringRef Path) { in MakeAbsolutePath() function
122 return MakeAbsolutePath(SourceManager, FileEntry->getName()) == in AST_POLYMORPHIC_MATCHER_P()
345 return MakeAbsolutePath(SM, FE->getName()) == in isInHeaderFile()
346 MakeAbsolutePath(OriginalRunningDirectory, OldHeader); in isInHeaderFile()
686 return MakeAbsolutePath(Context->OriginalRunningDirectory, Path); in makeAbsolutePath()
697 MakeAbsolutePath(SM, llvm::StringRef(HeaderWithSearchPath.data(), in addIncludes()
704 std::string AbsoluteCurrentFile = MakeAbsolutePath(SM, FileName); in addIncludes()
767 MakeAbsolutePath(SM, FilePath) == in removeDeclsInOldFiles()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-move/
H A DMove.cpp73 std::string MakeAbsolutePath(StringRef CurrentDir, StringRef Path) { in MakeAbsolutePath() function
87 std::string MakeAbsolutePath(const SourceManager &SM, StringRef Path) { in MakeAbsolutePath() function
122 return MakeAbsolutePath(SourceManager, FileEntry->getName()) == in AST_POLYMORPHIC_MATCHER_P()
345 return MakeAbsolutePath(SM, FE->getName()) == in isInHeaderFile()
346 MakeAbsolutePath(OriginalRunningDirectory, OldHeader); in isInHeaderFile()
686 return MakeAbsolutePath(Context->OriginalRunningDirectory, Path); in makeAbsolutePath()
697 MakeAbsolutePath(SM, HeaderWithSearchPath); in addIncludes()
703 std::string AbsoluteCurrentFile = MakeAbsolutePath(SM, FileName); in addIncludes()
766 MakeAbsolutePath(SM, FilePath) == in removeDeclsInOldFiles()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-move/
H A DMove.cpp73 std::string MakeAbsolutePath(StringRef CurrentDir, StringRef Path) { in MakeAbsolutePath() function
87 std::string MakeAbsolutePath(const SourceManager &SM, StringRef Path) { in MakeAbsolutePath() function
122 return MakeAbsolutePath(SourceManager, FileEntry->getName()) == in AST_POLYMORPHIC_MATCHER_P()
345 return MakeAbsolutePath(SM, FE->getName()) == in isInHeaderFile()
346 MakeAbsolutePath(OriginalRunningDirectory, OldHeader); in isInHeaderFile()
686 return MakeAbsolutePath(Context->OriginalRunningDirectory, Path); in makeAbsolutePath()
697 MakeAbsolutePath(SM, llvm::StringRef(HeaderWithSearchPath.data(), in addIncludes()
704 std::string AbsoluteCurrentFile = MakeAbsolutePath(SM, FileName); in addIncludes()
767 MakeAbsolutePath(SM, FilePath) == in removeDeclsInOldFiles()

1234