Home
last modified time | relevance | path

Searched refs:cmd_error (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/site_tests/hardware_PerfCallgraphVerification/
Dhardware_PerfCallgraphVerification.py83 except subprocess.CalledProcessError as cmd_error:
86 cmd_error.output))
/external/autotest/client/site_tests/platform_Perf/
Dplatform_Perf.py64 except subprocess.CalledProcessError as cmd_error:
67 cmd_error.output))
/external/u-boot/include/
Dmmc.h680 int mmc_send_tuning(struct mmc *mmc, u32 opcode, int *cmd_error);
/external/u-boot/drivers/mmc/
Dmmc.c315 int mmc_send_tuning(struct mmc *mmc, u32 opcode, int *cmd_error) in mmc_send_tuning() argument