Lines Matching full:test_file
38 # The file test_file.bin and test_file.bin.sparse are generated using
41 # with open('test_file.bin', 'w+b') as f:
43 # os.system('img2simg test_file.bin test_file.bin.sparse')
44 # image = avbtool.ImageHandler('test_file.bin.sparse')
50 # os.system('rm -f test_file.bin')
51 # os.system('simg2img test_file.bin.sparse test_file.bin')
57 # $ hexdump -C test_file.bin
70 # $ system/core/libsparse/simg_dump.py -v test_file.bin.sparse
71 # test_file.bin.sparse: Total of 15 4096-byte output blocks in 5 input chunks.
85 TEST_FILE_SPARSE_PATH = 'test/data/test_file.bin.sparse'
86 TEST_FILE_PATH = 'test/data/test_file.bin'