aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/AllocatedPath.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-0/+113
The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object.