Home
last modified time | relevance | path

Searched refs:check_file (Results 1 – 2 of 2) sorted by relevance

/aosp14/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
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
/aosp14/system/core/init/
H A Dhost_builtin_map.py19 with open(args.check_builtins) as check_file:
20 for line in check_file: