Searched refs:abidwCmd (Results 1 – 1 of 1) sorted by relevance
161 ArrayList<String> abidwCmd = new ArrayList<String>(); in test_stable_abi() local162 abidwCmd.add(mKernelImageCheckTool.getAbsolutePath() + "/abidw"); in test_stable_abi()164 abidwCmd.add("--no-corpus-path"); in test_stable_abi()165 abidwCmd.add("--no-comp-dir-path"); in test_stable_abi()167 abidwCmd.add("--linux-tree"); in test_stable_abi()168 abidwCmd.add(mKernelImageFile.getParent()); in test_stable_abi()169 abidwCmd.add("--out-file"); in test_stable_abi()170 abidwCmd.add("abi-new.xml"); in test_stable_abi()172 abidwCmd.add("--kmi-whitelist"); in test_stable_abi()173 abidwCmd.add(mKernelAbiWhitelist.getAbsolutePath()); in test_stable_abi()[all …]