Searched refs:file2 (Results 1 – 8 of 8) sorted by relevance
/system/update_engine/scripts/ |
D | blockdiff.py | 32 def BlockDiff(block_size, file1, file2, name1, name2, max_length=-1): argument 56 data2 = file2.read(read_length) 103 with open(args.file2) as file2: 104 diff_list = BlockDiff(args.block_size, file1, file2, 105 args.file1, args.file2, args.max_length)
|
/system/apex/apexer/ |
D | runtests.sh | 51 head -c 1M </dev/urandom > ${input_dir}/file2 115 sudo diff ${input_dir}/file2 ${output_dir}/mnt/file2 121 [ `sudo stat -c '%u,%g,%A' ${output_dir}/mnt/file2` = "1001,1001,-rw-r--r--" ] 129 [ `sudo ls -Z ${output_dir}/mnt/file2 | cut -d ' ' -f 1` = "u:object_r:root_file:s0" ]
|
/system/update_engine/sample_images/ |
D | generate_test_erofs_images.sh | 31 truncate -s 1M ${fs_root}/dir1/file2 35 truncate -s 1M ${fs_root}/dir1/dir2/file2
|
/system/apex/apexd/ |
D | apexd_test_utils.h | 168 std::ifstream file2(filename2, std::ios::binary); in CompareFiles() 170 if (file1.bad() || file2.bad()) { in CompareFiles() 175 std::istreambuf_iterator<char> begin2(file2); in CompareFiles()
|
/system/apex/docs/ |
D | howto.md | 454 /file2 1000 1000 0644
|
/system/chre/pal/doc/ |
D | Doxyfile | 2049 # TAGFILES = file1 file2 ... 2051 # TAGFILES = file1=loc1 "file2 = loc2" ...
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 2049 # TAGFILES = file1 file2 ... 2051 # TAGFILES = file1=loc1 "file2 = loc2" ...
|
/system/media/audio_utils/ |
D | Doxyfile | 2167 # TAGFILES = file1 file2 ... 2169 # TAGFILES = file1=loc1 "file2 = loc2" ...
|