| /freebsd-src/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsnames.c | 346 * FullPath - Where the path name is returned 351 * of pathname + 1) which means the 'FullPath' contains a trailing 355 * Note that if the size of 'FullPath' isn't large enough to 359 * to determine the buffer size of 'FullPath'. 366 char *FullPath, in AcpiNsBuildNormalizedPath() argument 391 * validate both FullPath and PathSize. in AcpiNsBuildNormalizedPath() 393 if (!FullPath) in AcpiNsBuildNormalizedPath() 408 ACPI_PATH_PUT8(FullPath, PathSize, AML_DUAL_NAME_PREFIX, Length); in AcpiNsBuildNormalizedPath() 422 ACPI_PATH_PUT8(FullPath, PathSize, c, Length); in AcpiNsBuildNormalizedPath() 429 ACPI_PATH_PUT8(FullPath, PathSiz in AcpiNsBuildNormalizedPath() 536 char *FullPath = NULL; AcpiNsBuildPrefixedPathname() local [all...] |
| /freebsd-src/sys/contrib/dev/acpica/components/utilities/ |
| H A D | uterror.c | 342 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-src/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageView.cpp | 35 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, in createOutputStream() [all...] |
| /freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | os_version_check.c | 169 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-src/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | YAMLRemarkParser.cpp | 142 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 D | BitstreamRemarkParser.cpp | 422 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-src/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.cpp | 386 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-src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 1892 SmallString<256> FullPath; in parseEntry() 1894 FullPath = FS->getOverlayFileDir(); in parseEntry() 1895 assert(!FullPath.empty() && in parseEntry() 1897 llvm::sys::path::append(FullPath, Value); in parseEntry() 1899 FullPath = Value; in parseEntry() 1904 FullPath = canonicalize(FullPath); in parseEntry() 1905 ExternalContentsPath = FullPath.str(); in parseEntry() 1957 StringRef FullPath = FS->getOverlayFileDir(); in parseEntry() 1958 assert(!FullPath in parseEntry() 1861 SmallString<256> FullPath; parseEntry() local 1926 StringRef FullPath = FS->getOverlayFileDir(); parseEntry() local [all...] |
| /freebsd-src/contrib/llvm-project/clang/lib/AST/ |
| H A D | VTableBuilder.cpp | 3522 FullPathTy &FullPath, in selectBestPath() 3525 Paths.push_back(FullPath); in selectBestPath() 3536 FullPath.insert(BaseSubobject(Base, NewOffset)); in selectBestPath() 3538 IntroducingObject, FullPath, Paths); in selectBestPath() 3539 FullPath.pop_back(); in selectBestPath() 3561 const FullPathTy &FullPath) { in selectBestPath() 3565 for (const BaseSubobject &BSO : FullPath) { in selectBestPath() 3665 FullPathTy FullPath; in dumpMethodLocations() 3670 BaseSubobject(Info->IntroducingObject, Info->FullOffsetInMDC), FullPath, in dumpMethodLocations() 3672 FullPath in dumpMethodLocations() 3429 findPathsToSubobject(ASTContext & Context,const ASTRecordLayout & MostDerivedLayout,const CXXRecordDecl * RD,CharUnits Offset,BaseSubobject IntroducingObject,FullPathTy & FullPath,std::list<FullPathTy> & Paths) findPathsToSubobject() argument 3468 getOffsetOfFullPath(ASTContext & Context,const CXXRecordDecl * RD,const FullPathTy & FullPath) getOffsetOfFullPath() argument 3572 FullPathTy FullPath; computeFullPathsForVFTables() local [all...] |
| /freebsd-src/sys/contrib/dev/acpica/include/ |
| H A D | acnamesp.h | 486 char *FullPath,
|
| /freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 1011 std::string FullPath; in verifyAppleAccelTable() 1014 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, FullPath); in verifyAppleAccelTable() 1017 auto It = FullPathMap.find(FullPath); in verifyAppleAccelTable() 1019 FullPathMap[FullPath] = FileIndex; in verifyAppleAccelTable() 904 std::string FullPath; verifyDebugLineRows() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 117 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-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 201 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-src/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 7161 SmallString<1024> FullPath(DSYMFile); in DisassembleMachO() 7162 sys::path::append(FullPath, "Contents", "Resources", "DWARF", ShortName); in DisassembleMachO() 7163 DSYMPath = FullPath.str(); in DisassembleMachO() 7049 SmallString<1024> FullPath(DSYMFile); getMachODSymObject() local
|