HomeSort by relevance Sort by last modified time
    Searched defs:nativeLibDir (Results 1 - 5 of 5) sorted by null

  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 432 const char *nativeLibDir = mCtx->getContext()->getNativeLibDir();
433 mScriptSO = SharedLibraryUtils::loadSharedLibrary(cacheDir, resName, nativeLibDir);
    [all...]
  /frameworks/rs/
rsContext.h 272 memcpy(nativeLibDir, libDir, length);
273 nativeLibDir[length] = 0;
281 return nativeLibDir;
380 char nativeLibDir[PATH_MAX+1];
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp     [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 452 final File nativeLibDir = new File(info.nativeLibraryDir);
453 if (nativeLibDir.exists()) {
456 info.nativeLibraryDir, nativeLibDir.getCanonicalPath());
458 fail("Can't read " + nativeLibDir.getPath());
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 251 milliseconds