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

/freebsd-13-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsnames.c346 * 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,
391 * validate both FullPath and PathSize.
393 if (!FullPath)
408 ACPI_PATH_PUT8(FullPath, PathSize, AML_DUAL_NAME_PREFIX, Length);
422 ACPI_PATH_PUT8(FullPath, PathSize, c, Length);
429 ACPI_PATH_PUT8(FullPath, PathSiz
364 AcpiNsBuildNormalizedPath( ACPI_NAMESPACE_NODE *Node, char *FullPath, UINT32 PathSize, BOOLEAN NoTrailing) argument
536 char *FullPath = NULL; local
[all...]
/freebsd-13-stable/sys/contrib/dev/acpica/components/utilities/
H A Duterror.c342 char *FullPath; local
374 FullPath = AcpiNsBuildPrefixedPathname (PrefixScope, InternalPath);
377 FullPath ? FullPath : "Could not get pathname",
380 if (FullPath)
382 ACPI_FREE (FullPath);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp35 SmallString<256> FullPath; local
38 FullPath.append(Opts.ShowOutputDirectory);
41 sys::path::append(FullPath, getCoverageDir());
45 sys::path::append(FullPath, sys::path::relative_path(ParentPath));
48 sys::path::append(FullPath, PathFilename);
49 sys::path::native(FullPath);
51 return std::string(FullPath.str());
60 std::string FullPath = getOutputPath(Path, Extension, InToplevel, false);
62 auto ParentDir = sys::path::parent_path(FullPath);
68 new raw_fd_ostream(FullPath,
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c135 char FullPath[strlen(PListPathPrefix) + strlen(PListPath) + 1]; local
136 strcpy(FullPath, PListPathPrefix);
137 strcat(FullPath, PListPath);
138 PListPath = FullPath;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp143 SmallString<80> FullPath; local
145 FullPath = *ExternalFilePrependPath;
146 sys::path::append(FullPath, ExternalFilePath);
150 MemoryBuffer::getFile(FullPath);
152 return createFileError(FullPath, EC);
H A DBitstreamRemarkParser.cpp421 SmallString<80> FullPath(ExternalFilePrependPath);
422 sys::path::append(FullPath, *ExternalFilePath);
428 MemoryBuffer::getFile(FullPath);
430 return createFileError(FullPath, EC);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc110 SmallString<2 * MAX_PATH> FullPath(LongPathPrefix);
112 FullPath.append("UNC\\");
113 FullPath.append(Path8Str.begin() + 2, Path8Str.end());
115 FullPath.append(Path8Str);
117 return UTF8ToUTF16(FullPath, Path16);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1428 SmallString<256> FullPath;
1430 FullPath = FS->getExternalContentsPrefixDir();
1431 assert(!FullPath.empty() &&
1433 llvm::sys::path::append(FullPath, Value);
1435 FullPath = Value;
1440 FullPath = canonicalize(FullPath);
1441 ExternalContentsPath = FullPath.str();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp743 std::string FullPath; local
746 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, FullPath);
749 auto It = FullPathMap.find(FullPath);
751 FullPathMap[FullPath] = FileIndex;
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacnamesp.h486 char *FullPath,
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3429 FullPathTy &FullPath,
3432 Paths.push_back(FullPath);
3443 FullPath.insert(BaseSubobject(Base, NewOffset));
3445 IntroducingObject, FullPath, Paths);
3446 FullPath.pop_back();
3468 const FullPathTy &FullPath) {
3472 for (const BaseSubobject &BSO : FullPath) {
3572 FullPathTy FullPath; local
3577 BaseSubobject(Info->IntroducingObject, Info->FullOffsetInMDC), FullPath,
3579 FullPath
3425 findPathsToSubobject(ASTContext &Context, const ASTRecordLayout &MostDerivedLayout, const CXXRecordDecl *RD, CharUnits Offset, BaseSubobject IntroducingObject, FullPathTy &FullPath, std::list<FullPathTy> &Paths) argument
3466 getOffsetOfFullPath(ASTContext &Context, const CXXRecordDecl *RD, const FullPathTy &FullPath) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt.c171 char *buf = convert_wbcs_to_ansi(module.FullPath);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp239 StringRef FullPath = getFullFilepath(F); local
241 auto Insertion = FileIdMap.insert(std::make_pair(FullPath, NextId));
264 bool Success = OS.EmitCVFileDirective(NextId, FullPath, ChecksumAsBytes,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7346 SmallString<1024> FullPath(DSYMPath);
7347 llvm::sys::path::append(FullPath, "Contents", "Resources", "DWARF",
7349 DSYMPath = std::string(FullPath.str());

Completed in 206 milliseconds