Home
last modified time | relevance | path

Searched defs:file2 (Results 1 – 4 of 4) sorted by relevance

/build/make/tools/releasetools/
Dtarget_files_diff.py136 def diff(name, file1, file2, out_file): argument
Dtest_ota_from_target_files.py1214 def _assertFilesEqual(self, file1, file2): argument
/build/make/tools/aconfig/aconfig_storage_write_api/tests/
Dstorage_write_api_test.cpp164 std::ifstream file2(flag_info, std::ios::binary); in TEST_F() local
217 std::ifstream file2(flag_info, std::ios::binary); in TEST_F() local
/build/make/tools/aconfig/convert_finalized_flags/src/
Dlib.rs253 let mut file2 = File::create(&file_path2).unwrap(); in test_read_flags_two_files() localVariable
290 let mut file2 = File::create(&file_path2).unwrap(); in test_read_flags_full_numbers() localVariable
323 let mut file2 = File::create(&file_path2).unwrap(); in test_read_flags_fractions_round_up() localVariable