| 85 | } |
| 86 | |
| 87 | inline std::string GetPathWithoutRoot(const std::string &path) { |
| 88 | return path.substr(path.find_first_of(":") + 1); |
| 89 | } |
| 90 | |
| 91 | u64 GetTotalSpaceForPartition(const Partition partition); |
| 92 | u64 GetFreeSpaceForPartition(const Partition partition); |
no outgoing calls
no test coverage detected