Home
last modified time | relevance | path

Searched refs:FullPath (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsnames.c366 char *FullPath, in AcpiNsBuildNormalizedPath() argument
393 if (!FullPath) in AcpiNsBuildNormalizedPath()
435 Left = FullPath; in AcpiNsBuildNormalizedPath()
436 Right = FullPath+Length - 1; in AcpiNsBuildNormalizedPath()
536 char *FullPath = NULL; in AcpiNsBuildPrefixedPathname() local
562 FullPath = ACPI_ALLOCATE_ZEROED ( in AcpiNsBuildPrefixedPathname()
564 if (!FullPath) in AcpiNsBuildPrefixedPathname()
575 strcat (FullPath, PrefixPath); in AcpiNsBuildPrefixedPathname()
578 strcat (FullPath, "."); in AcpiNsBuildPrefixedPathname()
583 strcat (FullPath, ExternalPath); in AcpiNsBuildPrefixedPathname()
[all …]
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Duterror.c342 char *FullPath; in AcpiUtPrefixedNamespaceError() local
374 FullPath = AcpiNsBuildPrefixedPathname (PrefixScope, InternalPath); in AcpiUtPrefixedNamespaceError()
377 FullPath ? FullPath : "Could not get pathname", in AcpiUtPrefixedNamespaceError()
380 if (FullPath) in AcpiUtPrefixedNamespaceError()
382 ACPI_FREE (FullPath); in AcpiUtPrefixedNamespaceError()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp35 SmallString<256> FullPath; in getOutputPath() local
38 FullPath.append(Opts.ShowOutputDirectory); in getOutputPath()
41 sys::path::append(FullPath, getCoverageDir()); in getOutputPath()
45 sys::path::append(FullPath, sys::path::relative_path(ParentPath)); in getOutputPath()
48 sys::path::append(FullPath, PathFilename); in getOutputPath()
49 sys::path::native(FullPath); in getOutputPath()
51 return std::string(FullPath); in getOutputPath()
60 std::string FullPath = getOutputPath(Path, Extension, InToplevel, false); in createOutputStream() local
62 auto ParentDir = sys::path::parent_path(FullPath); in createOutputStream()
68 new raw_fd_ostream(FullPath, E, sys::fs::FA_Read | sys::fs::FA_Write); in createOutputStream()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c169 char FullPath[strlen(PListPathPrefix) + strlen(PListPath) + 1]; in _initializeAvailabilityCheck() local
170 strcpy(FullPath, PListPathPrefix); in _initializeAvailabilityCheck()
171 strcat(FullPath, PListPath); in _initializeAvailabilityCheck()
172 PListPath = FullPath; in _initializeAvailabilityCheck()
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp142 SmallString<80> FullPath; in createYAMLParserFromMeta() local
144 FullPath = *ExternalFilePrependPath; in createYAMLParserFromMeta()
145 sys::path::append(FullPath, ExternalFilePath); in createYAMLParserFromMeta()
149 MemoryBuffer::getFile(FullPath); in createYAMLParserFromMeta()
151 return createFileError(FullPath, EC); in createYAMLParserFromMeta()
H A DBitstreamRemarkParser.cpp422 SmallString<80> FullPath(ExternalFilePrependPath); in processExternalFilePath() local
423 sys::path::append(FullPath, *ExternalFilePath); in processExternalFilePath()
429 MemoryBuffer::getFile(FullPath); in processExternalFilePath()
431 return createFileError(FullPath, EC); in processExternalFilePath()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp386 llvm::SmallString<128> FullPath; in GetChildFileSpecificationsFromThin() local
388 FullPath = childPath; in GetChildFileSpecificationsFromThin()
390 FullPath = parentFileSpec.GetDirectory().GetStringRef(); in GetChildFileSpecificationsFromThin()
391 llvm::sys::path::append(FullPath, childPath); in GetChildFileSpecificationsFromThin()
393 FileSpec child = FileSpec(FullPath.str(), llvm::sys::path::Style::posix); in GetChildFileSpecificationsFromThin()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1861 SmallString<256> FullPath; in parseEntry() local
1863 FullPath = FS->getOverlayFileDir(); in parseEntry()
1864 assert(!FullPath.empty() && in parseEntry()
1866 llvm::sys::path::append(FullPath, Value); in parseEntry()
1868 FullPath = Value; in parseEntry()
1873 FullPath = canonicalize(FullPath); in parseEntry()
1874 ExternalContentsPath = FullPath.str(); in parseEntry()
1926 StringRef FullPath = FS->getOverlayFileDir(); in parseEntry() local
1927 assert(!FullPath.empty() && "Overlay file directory must exist"); in parseEntry()
1928 EC = FS->makeAbsolute(FullPath, Name); in parseEntry()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3429 FullPathTy &FullPath, in findPathsToSubobject() argument
3432 Paths.push_back(FullPath); in findPathsToSubobject()
3443 FullPath.insert(BaseSubobject(Base, NewOffset)); in findPathsToSubobject()
3445 IntroducingObject, FullPath, Paths); in findPathsToSubobject()
3446 FullPath.pop_back(); in findPathsToSubobject()
3468 const FullPathTy &FullPath) { in getOffsetOfFullPath() argument
3472 for (const BaseSubobject &BSO : FullPath) { in getOffsetOfFullPath()
3572 FullPathTy FullPath; in computeFullPathsForVFTables() local
3577 BaseSubobject(Info->IntroducingObject, Info->FullOffsetInMDC), FullPath, in computeFullPathsForVFTables()
3579 FullPath.clear(); in computeFullPathsForVFTables()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacnamesp.h486 char *FullPath,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp904 std::string FullPath; in verifyDebugLineRows() local
907 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, FullPath); in verifyDebugLineRows()
910 auto It = FullPathMap.find(FullPath); in verifyDebugLineRows()
912 FullPathMap[FullPath] = FileIndex; in verifyDebugLineRows()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc117 SmallString<2 * MAX_PATH> FullPath(LongPathPrefix);
119 FullPath.append("UNC\\");
120 FullPath.append(Path8Str.begin() + 2, Path8Str.end());
122 FullPath.append(Path8Str);
124 return UTF8ToUTF16(FullPath, Path16);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp201 StringRef FullPath = getFullFilepath(F); in maybeRecordFile() local
203 auto Insertion = FileIdMap.insert(std::make_pair(FullPath, NextId)); in maybeRecordFile()
226 bool Success = OS.emitCVFileDirective(NextId, FullPath, ChecksumAsBytes, in maybeRecordFile()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7049 SmallString<1024> FullPath(DSYMFile); in getMachODSymObject() local
7050 sys::path::append(FullPath, "Contents", "Resources", "DWARF", ShortName); in getMachODSymObject()
7051 DSYMPath = FullPath.str(); in getMachODSymObject()