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

/libcore/dalvik/src/main/java/dalvik/system/
H A DDexFile.java90 * @param sourceName
97 private DexFile(String sourceName, String outputName, int flags) throws IOException { argument
111 mCookie = openDexFile(sourceName, outputName, flags);
112 mFileName = sourceName;
294 private static int openDexFile(String sourceName, String outputName, argument
296 return openDexFileNative(new File(sourceName).getCanonicalPath(),
301 native private static int openDexFileNative(String sourceName, String outputName, argument
/libcore/crypto/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp749 static jbyteArray bignumToArray(JNIEnv* env, const BIGNUM* source, const char* sourceName) { argument
750 JNI_TRACE("bignumToArray(%p, %s)", source, sourceName);
753 jniThrowNullPointerException(env, sourceName);
760 JNI_TRACE("bignumToArray(%p, %s) => NULL", source, sourceName);
778 JNI_TRACE("bignumToArray(%p, %s) => %p", source, sourceName, javaBytes);

Completed in 70 milliseconds