Searched refs:proc (Results 1 – 6 of 6) sorted by relevance
168 FARPROC proc = GetProcAddress(hmod, "Wow64DisableWow64FsRedirection"); in disableWow64FsRedirection() local169 if (proc != NULL) { in disableWow64FsRedirection()171 disableWow64FuncType funcPtr = (disableWow64FuncType)proc; in disableWow64FsRedirection()191 FARPROC proc = GetProcAddress(hmod, "Wow64RevertWow64FsRedirection"); in revertWow64FsRedirection() local192 if (proc != NULL) { in revertWow64FsRedirection()194 revertWow64FuncType funcPtr = (revertWow64FuncType)proc; in revertWow64FsRedirection()
71 Process proc = new NdkCommandLauncher().execute(commandPath, args, env, in runUpdate() local73 if (proc == null) in runUpdate()76 … BufferedReader reader = new BufferedReader(new InputStreamReader(proc.getInputStream())); in runUpdate()102 proc = new NdkCommandLauncher().execute(new Path(mCommand), args, env, in runUpdate()105 final InputStream errStream = proc.getErrorStream(); in runUpdate()114 checkDefines(proc.getInputStream()); in runUpdate()
136 __translatorMustCastToProperFunctionPointerType proc; member153 return s_client_ext_funcs[i].proc; in getProcAddress()
18 void *proc; member
55 return (__eglMustCastToProperFunctionPointerType)egl_funcs_by_name[i].proc; in eglGetProcAddress()
333 [[ $(uname) == "Linux" ]] && J=$(cat /proc/cpuinfo | grep processor | wc -l)