Searched refs:output_file_path (Results 1 – 2 of 2) sorted by relevance
378 std::string output_file_path; in ProcessOptions() local386 output_file_path = kDefaultOutputFilePath; in ProcessOptions()400 output_file_path = options.substr(comma_pos + 1); in ProcessOptions()404 << ", output_file_path=" << output_file_path; in ProcessOptions()405 stream = new LockedStream(output_file_path); in ProcessOptions()
168 const std::string output_file_path = Concatenate({output_directory_path, "/", file_basename}); in MoveOrEraseFiles() local171 output_files.emplace_back(OS::CreateEmptyFileWriteOnly(output_file_path.c_str())); in MoveOrEraseFiles()173 PLOG(ERROR) << "Failed to open " << QuotePath(output_file_path); in MoveOrEraseFiles()182 PLOG(ERROR) << "Could not set file mode on " << QuotePath(output_file_path); in MoveOrEraseFiles()191 << " to " << QuotePath(output_file_path); in MoveOrEraseFiles()205 PLOG(ERROR) << "Failed to flush and close file " << QuotePath(output_file_path); in MoveOrEraseFiles()