17 bool TempFilePath(
const std::string& temp_dir, std::string* temp_file_path);
19 std::string MakePathRelative(
const std::filesystem::path& media_path,
20 const std::filesystem::path& parent_path);
All the methods that are virtual are virtual for mocking.
bool TempFilePath(const std::string &temp_dir, std::string *temp_file_path)