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

/freebsd-11-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsnames.c352 * FullPath - Where the path name is returned
357 * of pathname + 1) which means the 'FullPath' contains a trailing
361 * Note that if the size of 'FullPath' isn't large enough to
365 * to determine the buffer size of 'FullPath'.
372 char *FullPath,
397 * validate both FullPath and PathSize.
399 if (!FullPath)
414 ACPI_PATH_PUT8(FullPath, PathSize, AML_DUAL_NAME_PREFIX, Length);
428 ACPI_PATH_PUT8(FullPath, PathSize, c, Length);
435 ACPI_PATH_PUT8(FullPath, PathSiz
370 AcpiNsBuildNormalizedPath( ACPI_NAMESPACE_NODE *Node, char *FullPath, UINT32 PathSize, BOOLEAN NoTrailing) argument
539 char *FullPath = NULL; local
[all...]
/freebsd-11-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-11-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 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-11-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-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp144 SmallString<80> FullPath; local
146 FullPath = *ExternalFilePrependPath;
147 sys::path::append(FullPath, ExternalFilePath);
151 MemoryBuffer::getFile(FullPath);
153 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-11-stable/sys/contrib/dev/acpica/include/
H A Dacnamesp.h482 char *FullPath,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1396 SmallString<256> FullPath;
1398 FullPath = FS->getExternalContentsPrefixDir();
1399 assert(!FullPath.empty() &&
1401 llvm::sys::path::append(FullPath, Value);
1403 FullPath = Value;
1409 FullPath = sys::path::remove_leading_dotslash(FullPath);
1410 sys::path::remove_dots(FullPath, /*remove_dot_dot=*/true);
1412 ExternalContentsPath = FullPath.str();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp728 std::string FullPath; local
731 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, FullPath);
734 auto It = FullPathMap.find(FullPath);
736 FullPathMap[FullPath] = FileIndex;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3381 FullPathTy &FullPath,
3384 Paths.push_back(FullPath);
3395 FullPath.insert(BaseSubobject(Base, NewOffset));
3397 IntroducingObject, FullPath, Paths);
3398 FullPath.pop_back();
3420 const FullPathTy &FullPath) {
3424 for (const BaseSubobject &BSO : FullPath) {
3524 FullPathTy FullPath; local
3529 BaseSubobject(Info->IntroducingObject, Info->FullOffsetInMDC), FullPath,
3531 FullPath
3377 findPathsToSubobject(ASTContext &Context, const ASTRecordLayout &MostDerivedLayout, const CXXRecordDecl *RD, CharUnits Offset, BaseSubobject IntroducingObject, FullPathTy &FullPath, std::list<FullPathTy> &Paths) argument
3418 getOffsetOfFullPath(ASTContext &Context, const CXXRecordDecl *RD, const FullPathTy &FullPath) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc91 SmallString<2*MAX_PATH> FullPath("\\\\?\\");
96 FullPath.append(CurPath);
111 llvm::sys::path::remove_filename(FullPath);
113 llvm::sys::path::append(FullPath, *I);
115 return UTF8ToUTF16(FullPath, Path16);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt.c171 char *buf = convert_wbcs_to_ansi(module.FullPath);
/freebsd-11-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));
257 bool Success = OS.EmitCVFileDirective(NextId, FullPath, ChecksumAsBytes,
/freebsd-11-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 = FullPath.str();

Completed in 185 milliseconds