Searched refs:Fullpath (Results 1 – 3 of 3) sorted by relevance
20 std::string Fullpath; in getSourceFile() local24 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()
186 std::string Fullpath = BaseDir + "/" + sys::path::convert_to_slash(Path); in append() local189 if (!Files.insert(Fullpath).second) in append()194 if (splitUstar(Fullpath, Prefix, Name)) { in append()197 writePaxHeader(OS, Fullpath); in append()
200 char *Fullpath; in AcpiDmNormalizeParentPrefix() local271 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()