Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp20 std::string Fullpath; in getSourceFile() local
24 Fullpath = std::string(Locations[Index].Dir); in getSourceFile()
29 Fullpath.assign(Storage.begin(), Storage.end()); in getSourceFile()
32 Fullpath = std::string(Locations[Index].Base); in getSourceFile()
34 return Fullpath; in getSourceFile()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Ddmextern.c200 char *Fullpath; in AcpiDmNormalizeParentPrefix() local
271 Fullpath = ACPI_ALLOCATE_ZEROED (Length); in AcpiDmNormalizeParentPrefix()
272 if (!Fullpath) in AcpiDmNormalizeParentPrefix()
283 strcpy (Fullpath, &ParentPath[Index]); in AcpiDmNormalizeParentPrefix()
291 strcat (Fullpath, "."); in AcpiDmNormalizeParentPrefix()
296 strcat (Fullpath, Path); in AcpiDmNormalizeParentPrefix()
300 return (Fullpath); in AcpiDmNormalizeParentPrefix()