Home
last modified time | relevance | path

Searched refs:j_file_fds (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/android/
Dchild_process_launcher_android.cc99 ScopedJavaLocalRef<jintArray> j_file_fds(env, env->NewIntArray(file_count)); in StartChildProcess() local
101 jint* file_fds = env->GetIntArrayElements(j_file_fds.obj(), NULL); in StartChildProcess()
116 env->ReleaseIntArrayElements(j_file_fds.obj(), file_fds, 0); in StartChildProcess()
123 j_file_fds.obj(), in StartChildProcess()
/external/chromium_org/content/app/android/
Dchild_process_service.cc115 jintArray j_file_fds, in InitChildProcess() argument
121 JavaIntArrayToIntVector(env, j_file_fds, &file_fds); in InitChildProcess()