Home | History | Annotate | Download | only in src

Lines Matching refs:suffix

826             String suffix = "";
829 suffix = "_ref";
831 suffix = "_buf";
846 out.print(getJniType(argType) + " " + jfunc.getArgName(i) + suffix);