Searched refs:run_err (Results 1 – 2 of 2) sorted by relevance
/external/autotest/server/site_tests/brillo_RecoverFromBadImage/ |
D | brillo_RecoverFromBadImage.py | 151 run_err = 'Failed to wipe partition using %s' % cmd 156 run_err = 'Error setting the active boot slot' 160 run_err = 'Failed to reboot the device into fastboot' 162 run_err = 'Failed to flash image to partition %s' % partition 166 run_err = 'Failed to reboot the device after flashing image' 171 run_err = 'Error checking the current boot slot' 180 raise error.TestFail(run_err)
|
/external/openssh/ |
D | scp.c | 351 void run_err(const char *,...); 782 syserr: run_err("%s: %s", name, strerror(errno)); in source() 786 run_err("%s: %s", name, "Negative file size"); in source() 800 run_err("%s: not a regular file", name); in source() 862 run_err("%s: %s", name, strerror(haderr)); in source() 877 run_err("%s: %s", name, strerror(errno)); in rsource() 906 run_err("%s/%s: name too long", name, dp->d_name); in rsource() 946 run_err("ambiguous target"); 1032 run_err("%s", cp); 1051 run_err("error: unexpected filename: %s", cp); [all …]
|