Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/namespace/
H A Dnsnames.c258 char *FullPath, in AcpiNsBuildNormalizedPath() argument
285 if (!FullPath) in AcpiNsBuildNormalizedPath()
300 ACPI_PATH_PUT8(FullPath, PathSize, AML_DUAL_NAME_PREFIX, Length); in AcpiNsBuildNormalizedPath()
314 ACPI_PATH_PUT8(FullPath, PathSize, c, Length); in AcpiNsBuildNormalizedPath()
321 ACPI_PATH_PUT8(FullPath, PathSize, AML_ROOT_PREFIX, Length); in AcpiNsBuildNormalizedPath()
327 Left = FullPath; in AcpiNsBuildNormalizedPath()
328 Right = FullPath+Length - 1; in AcpiNsBuildNormalizedPath()
341 ACPI_PATH_PUT8 (FullPath, PathSize, '\0', Length); in AcpiNsBuildNormalizedPath()
428 char *FullPath = NULL; in AcpiNsBuildPrefixedPathname() local
454 FullPath = ACPI_ALLOCATE_ZEROED ( in AcpiNsBuildPrefixedPathname()
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Duterror.c234 char *FullPath; in AcpiUtPrefixedNamespaceError() local
266 FullPath = AcpiNsBuildPrefixedPathname (PrefixScope, InternalPath); in AcpiUtPrefixedNamespaceError()
269 FullPath ? FullPath : "Could not get pathname", in AcpiUtPrefixedNamespaceError()
272 if (FullPath) in AcpiUtPrefixedNamespaceError()
274 ACPI_FREE (FullPath); in AcpiUtPrefixedNamespaceError()
/netbsd-src/external/apache2/llvm/dist/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.str()); 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp143 SmallString<80> FullPath; in createYAMLParserFromMeta() local
145 FullPath = *ExternalFilePrependPath; in createYAMLParserFromMeta()
146 sys::path::append(FullPath, ExternalFilePath); in createYAMLParserFromMeta()
150 MemoryBuffer::getFile(FullPath); in createYAMLParserFromMeta()
152 return createFileError(FullPath, EC); in createYAMLParserFromMeta()
H A DBitstreamRemarkParser.cpp420 SmallString<80> FullPath(ExternalFilePrependPath); in processExternalFilePath() local
421 sys::path::append(FullPath, *ExternalFilePath); in processExternalFilePath()
427 MemoryBuffer::getFile(FullPath); in processExternalFilePath()
429 return createFileError(FullPath, EC); in processExternalFilePath()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp136 Expected<std::string> FullPath = searchForFile( in processCommandLineLibraries() local
138 if (!FullPath) in processCommandLineLibraries()
139 return FullPath.takeError(); in processCommandLineLibraries()
140 InputFiles.push_back(FullPath.get()); in processCommandLineLibraries()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp1540 SmallString<256> FullPath; in parseEntry() local
1542 FullPath = FS->getExternalContentsPrefixDir(); in parseEntry()
1543 assert(!FullPath.empty() && in parseEntry()
1545 llvm::sys::path::append(FullPath, Value); in parseEntry()
1547 FullPath = Value; in parseEntry()
1552 FullPath = canonicalize(FullPath); in parseEntry()
1553 ExternalContentsPath = FullPath.str(); in parseEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp785 std::string FullPath; in verifyDebugLineRows() local
788 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, FullPath); in verifyDebugLineRows()
791 auto It = FullPathMap.find(FullPath); in verifyDebugLineRows()
793 FullPathMap[FullPath] = FileIndex; in verifyDebugLineRows()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacnamesp.h378 char *FullPath,
/netbsd-src/external/apache2/llvm/dist/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);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp207 StringRef FullPath = getFullFilepath(F); in maybeRecordFile() local
209 auto Insertion = FileIdMap.insert(std::make_pair(FullPath, NextId)); in maybeRecordFile()
232 bool Success = OS.EmitCVFileDirective(NextId, FullPath, ChecksumAsBytes, in maybeRecordFile()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp7355 SmallString<1024> FullPath(DSYMPath); in DisassembleMachO() local
7356 llvm::sys::path::append(FullPath, "Contents", "Resources", "DWARF", in DisassembleMachO()
7358 DSYMPath = std::string(FullPath.str()); in DisassembleMachO()