Searched refs:AppendFileName (Results 1 – 1 of 1) sorted by relevance
67 std::string AppendFileName(const std::string& filename, const std::string& append) { in AppendFileName() function222 AppendFileName(output_file, "-filler-" + std::to_string(filler_count++)); in MakePayload()265 const std::string gpt_header = AppendFileName(output_file, "-header"); in MakePayload()266 const std::string gpt_footer = AppendFileName(output_file, "-footer"); in MakePayload()291 metadata_only ? output_file : AppendFileName(output_file, "-metadata"); in main()