OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_files_identical
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/libutil++/
file_manip.h
39
bool
is_files_identical
(std::string const & file1, std::string const & file2);
file_manip.cpp
86
bool
is_files_identical
(string const & file1, string const & file2)
function
/external/oprofile/libutil++/tests/
file_manip_tests.cpp
151
check_result("
is_files_identical
", prog_name, prog_name,
152
is_files_identical
(prog_name, prog_name), true);
156
bool result =
is_files_identical
(cur->input.first,
158
check_result("
is_files_identical
", cur->input.first,
/external/oprofile/pp/
opannotate.cpp
668
if (
is_files_identical
(out_file, source)) {
Completed in 39 milliseconds