Searched refs:Fullpath (Results 1 – 3 of 3) sorted by relevance
21 std::string Fullpath; in getSourceFile() local25 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()
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()
85 enum FileKind { FileError = 0, Basename, Dirname, Fullpath }; enumerator97 Definition("fullpath", EntryType::ParentNumber, FileKind::Fullpath)};584 case FileKind::Fullpath: in DumpFile()