Searched refs:run_err (Results 1 - 2 of 2) sorted by relevance

/external/autotest/server/site_tests/brillo_RecoverFromBadImage/
H A Dbrillo_RecoverFromBadImage.py151 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/
H A Dscp.c350 void run_err(const char *,...);
769 syserr: run_err("%s: %s", name, strerror(errno));
773 run_err("%s: %s", name, "Negative file size");
787 run_err("%s: not a regular file", name);
852 run_err("%s: %s", name, strerror(haderr));
865 run_err("%s: %s", name, strerror(errno));
894 run_err("%s/%s: name too long", name, dp->d_name);
934 run_err("ambiguous target");
1017 run_err("%s", cp);
1036 run_err("erro
1246 run_err(const char *fmt,...) function
[all...]

Completed in 1487 milliseconds