Searched defs:nexe_file_info (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/nacl/loader/
H A Dnacl_listener.cc450 NaClFileInfo nexe_file_info; local
454 nexe_file_info.desc =
458 nexe_file_info.desc = nexe_file;
462 nexe_file_info.file_token.lo = params.nexe_token_lo;
463 nexe_file_info.file_token.hi = params.nexe_token_hi;
464 args->nexe_desc = NaClDescIoFromFileInfo(nexe_file_info, NACL_ABI_O_RDONLY);
/external/chromium_org/components/nacl/renderer/
H A Dppb_nacl_private_impl.cc282 const PP_NaClFileInfo* nexe_file_info,
311 if (nexe_file_info->handle != PP_kInvalidFileHandle) {
312 base::File closer(nexe_file_info->handle);
339 if (nexe_file_info->handle != PP_kInvalidFileHandle)
340 nexe_for_transit = base::FileDescriptor(nexe_file_info->handle, true);
345 nexe_for_transit = nexe_file_info->handle;
353 nexe_file_info->token_lo,
354 nexe_file_info->token_hi,
279 LaunchSelLdr(PP_Instance instance, PP_Bool main_service_runtime, const char* alleged_url, const PP_NaClFileInfo* nexe_file_info, PP_Bool uses_irt, PP_Bool uses_ppapi, PP_Bool uses_nonsfi_mode, PP_Bool enable_ppapi_dev, PP_Bool enable_dyncode_syscalls, PP_Bool enable_exception_handling, PP_Bool enable_crash_throttling, void* imc_handle, PP_CompletionCallback callback) argument
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c3458 static void Pnacl_M25_PPB_NaCl_Private_LaunchSelLdr(PP_Instance instance, PP_Bool main_service_runtime, const char* alleged_url, const struct PP_NaClFileInfo* nexe_file_info, PP_Bool uses_irt, PP_Bool uses_ppapi, PP_Bool uses_nonsfi_mode, PP_Bool enable_ppapi_dev, PP_Bool enable_dyncode_syscalls, PP_Bool enable_exception_handling, PP_Bool enable_crash_throttling, void* imc_handle, struct PP_CompletionCallback* callback) { argument
3460 iface->LaunchSelLdr(instance, main_service_runtime, alleged_url, nexe_file_info, uses_irt, uses_ppapi, uses_nonsfi_mode, enable_ppapi_dev, enable_dyncode_syscalls, enable_exception_handling, enable_crash_throttling, imc_handle, *callback);
5467 .LaunchSelLdr = (void (*)(PP_Instance instance, PP_Bool main_service_runtime, const char* alleged_url, const struct PP_NaClFileInfo* nexe_file_info, PP_Bool uses_irt, PP_Bool uses_ppapi, PP_Bool uses_nonsfi_mode, PP_Bool enable_ppapi_dev, PP_Bool enable_dyncode_syscalls, PP_Bool enable_exception_handling, PP_Bool enable_crash_throttling, void* imc_handle, struct PP_CompletionCallback callback))&Pnacl_M25_PPB_NaCl_Private_LaunchSelLdr,

Completed in 737 milliseconds