Home
last modified time | relevance | path

Searched refs:Fullpath (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp21 std::string Fullpath; in getSourceFile() local
25 Fullpath = std::string(Locations[Index].Dir); in getSourceFile()
30 Fullpath.assign(Storage.begin(), Storage.end()); in getSourceFile()
33 Fullpath = std::string(Locations[Index].Base); in getSourceFile()
35 return Fullpath; in getSourceFile()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTarWriter.cpp186 std::string Fullpath = BaseDir + "/" + sys::path::convert_to_slash(Path); in append() local
189 if (!Files.insert(Fullpath).second) in append()
194 if (splitUstar(Fullpath, Prefix, Name)) { in append()
197 writePaxHeader(OS, Fullpath); in append()
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmextern.c308 char *Fullpath; in AcpiDmNormalizeParentPrefix() local
379 Fullpath = ACPI_ALLOCATE_ZEROED (Length); in AcpiDmNormalizeParentPrefix()
380 if (!Fullpath) in AcpiDmNormalizeParentPrefix()
391 strcpy (Fullpath, &ParentPath[Index]); in AcpiDmNormalizeParentPrefix()
399 strcat (Fullpath, "."); in AcpiDmNormalizeParentPrefix()
404 strcat (Fullpath, Path); in AcpiDmNormalizeParentPrefix()
408 return (Fullpath); in AcpiDmNormalizeParentPrefix()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp86 enum FileKind { FileError = 0, Basename, Dirname, Fullpath }; enumerator
98 Definition("fullpath", EntryType::ParentNumber, FileKind::Fullpath)};
578 case FileKind::Fullpath: in DumpFile()