Searched defs:check_file (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/backup/
H A Dtest_restore.sh23 function check_file function
82 check_file files/file.txt "first file" || need_bug=1
83 check_file files/another_file.txt "asdf" || need_bug=1
84 #check_file files/3.txt "3" || need_bug=1
85 check_file files/empty.txt "" || need_bug=1
86 check_file shared_prefs/raw.xml '<map><int name="pref" value="1" /></map>' || need_bug=1

Completed in 96 milliseconds