Searched defs:libraryPath (Results 1 – 8 of 8) sorted by relevance
63 std::string libraryPath = "libaudiopolicyengine" + librarySuffix + ".so"; in load() local103 bool EngineLibrary::init(std::string libraryPath) in init()
64 public static void addFilterLibrary(String libraryPath) { in addFilterLibrary()
58 public static void addFilterLibrary(String libraryPath) { in addFilterLibrary()
617 String libraryPath = System.getProperty("java.library.path"); in createPathClassLoader() local
93 AssetManager assetMgr, byte[] savedState, ClassLoader classLoader, String libraryPath); in loadNativeCode()
380 private String libraryPath(final String libraryName) { in libraryPath() method in DynamicCodeLoggerIntegrationTests
275 jbyteArray savedState, jobject classLoader, jstring libraryPath) { in loadNativeCode_native()
912 String libraryPath = jvmtiAgent.substring(0, equalIndex); in run() local