Home
last modified time | relevance | path

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

/aosp12/art/test/
H A Drun-test127 check_cmd="check"
908 if [ '!' -r "$check_cmd" ]; then
916 chmod 755 "$check_cmd"
1087 ./$check_cmd "$expected_stdout" "$test_stdout" "$expected_stderr" "$test_stderr"
/aosp12/build/make/tools/releasetools/
H A Dvalidate_target_files.py180 check_cmd = re.search(r'if ! applypatch --check (\w+:.+:\w+:\w+);',
182 check_partition = check_cmd.group(1)