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

/openjdk7/jdk/src/share/classes/sun/security/action/
H A DLoadLibraryAction.java48 private String theLib; field in class:LoadLibraryAction
57 * @param theLib the name of the library.
59 public LoadLibraryAction(String theLib) { argument
60 this.theLib = theLib;
67 System.loadLibrary(theLib);

Completed in 44 milliseconds