Searched refs:copy_one_file (Results 1 – 1 of 1) sorted by relevance
/external/oprofile/pp/ |
D | oparchive.cpp | 41 void copy_one_file(image_error err, string const & source, string const & dest) in copy_one_file() function 80 copy_one_file(image_ok, stats_path + "/event_lost_overflow", archive_stats_path); in copy_stats() 95 copy_one_file(image_ok, stats_path + path, archive_stats_path); in copy_stats() 155 copy_one_file(it->error, real_exe_name, exe_archive_file); in oparchive() 181 copy_one_file(image_ok, debug_filename, dest_debug); in oparchive() 214 copy_one_file(image_ok, sample_name, sample_archive_file); in oparchive() 219 copy_one_file(image_ok, archive_path + abi_name, in oparchive() 224 copy_one_file(image_ok, archive_path + log_name, in oparchive()
|