HomeSort by relevance Sort by last modified time
    Searched refs:file1_contents (Results 1 - 2 of 2) sorted by null

  /external/perf_data_converter/src/quipper/
test_utils.h 42 std::vector<char> file1_contents; local
44 ASSERT_TRUE(FileToBuffer(filename1, &file1_contents));
47 ArrayInputStream arr1(file1_contents.data(), file1_contents.size());
test_utils.cc 131 std::vector<char> file1_contents; local
133 if (!FileToBuffer(filename1, &file1_contents) ||
138 return file1_contents == file2_contents;

Completed in 83 milliseconds