Home
last modified time | relevance | path

Searched refs:RelPath (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/common/dist/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.csproj93 RelPath = "AssemblyInfo.cs"
98 RelPath = "ChecksumImpl.cs"
103 RelPath = "CircularBuffer.cs"
108 RelPath = "CodecBase.cs"
113 RelPath = "Deflater.cs"
118 RelPath = "DotZLib.cs"
123 RelPath = "GZipStream.cs"
128 RelPath = "Inflater.cs"
133 RelPath = "UnitTests.cs"
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.csproj93 RelPath = "AssemblyInfo.cs"
98 RelPath = "ChecksumImpl.cs"
103 RelPath = "CircularBuffer.cs"
108 RelPath = "CodecBase.cs"
113 RelPath = "Deflater.cs"
118 RelPath = "DotZLib.cs"
123 RelPath = "GZipStream.cs"
128 RelPath = "Inflater.cs"
133 RelPath = "UnitTests.cs"
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.csproj93 RelPath = "AssemblyInfo.cs"
98 RelPath = "ChecksumImpl.cs"
103 RelPath = "CircularBuffer.cs"
108 RelPath = "CodecBase.cs"
113 RelPath = "Deflater.cs"
118 RelPath = "DotZLib.cs"
123 RelPath = "GZipStream.cs"
128 RelPath = "Inflater.cs"
133 RelPath = "UnitTests.cs"
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.csproj93 RelPath = "AssemblyInfo.cs"
98 RelPath = "ChecksumImpl.cs"
103 RelPath = "CircularBuffer.cs"
108 RelPath = "CodecBase.cs"
113 RelPath = "Deflater.cs"
118 RelPath = "DotZLib.cs"
123 RelPath = "GZipStream.cs"
128 RelPath = "Inflater.cs"
133 RelPath = "UnitTests.cs"
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.csproj93 RelPath = "AssemblyInfo.cs"
98 RelPath = "ChecksumImpl.cs"
103 RelPath = "CircularBuffer.cs"
108 RelPath = "CodecBase.cs"
113 RelPath = "Deflater.cs"
118 RelPath = "DotZLib.cs"
123 RelPath = "GZipStream.cs"
128 RelPath = "Inflater.cs"
133 RelPath = "UnitTests.cs"
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp268 StringRef RelPath = SP->getFilename(); in getFilename() local
269 if (sys::fs::exists(RelPath)) in getFilename()
270 Path = RelPath; in getFilename()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp531 StringRef RelPath = OrigPath.substr(OldPrefix.size()); in replace_path_prefix() local
533 (Twine(NewPrefix) + RelPath).toVector(NewPath); in replace_path_prefix()