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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp20 std::string Fullpath; local
24 Fullpath = std::string(Locations[Index].Dir);
29 Fullpath.assign(Storage.begin(), Storage.end());
32 Fullpath = std::string(Locations[Index].Base);
34 return Fullpath;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTarWriter.cpp186 std::string Fullpath = BaseDir + "/" + sys::path::convert_to_slash(Path); local
189 if (!Files.insert(Fullpath).second)
194 if (splitUstar(Fullpath, Prefix, Name)) {
197 writePaxHeader(OS, Fullpath);
/freebsd-13-stable/sys/contrib/dev/acpica/common/
H A Ddmextern.c308 char *Fullpath; local
379 Fullpath = ACPI_ALLOCATE_ZEROED (Length);
380 if (!Fullpath)
387 * parent fullpath "\_SB_", Path "^INIT", Fullpath "\_SB_.INIT"
391 strcpy (Fullpath, &ParentPath[Index]);
399 strcat (Fullpath, ".");
404 strcat (Fullpath, Path);
408 return (Fullpath);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp79 enum FileKind { FileError = 0, Basename, Dirname, Fullpath }; enumerator in enum:FileKind
109 ENTRY_VALUE("fullpath", ParentNumber, FileKind::Fullpath)};
590 case FileKind::Fullpath:

Completed in 70 milliseconds