Searched defs:nexe_file (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/mojo/nacl/
H A Dmonacl_shell.cc20 const char* nexe_file = argv[2]; local
26 mojo::LaunchNaCl(nexe_file, irt_file, argc - 2, argv + 2);
H A Dmonacl_sel_main.cc17 void LaunchNaCl(const char* nexe_file, const char* irt_file, argument
31 nexe_file, NACL_ABI_O_RDONLY, 0);
33 perror(nexe_file);
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dnonsfi_main.cc69 void MainStart(int nexe_file) { argument
71 NaClDescIoDescFromDescAllocCtor(nexe_file, NACL_ABI_O_RDONLY));
/external/chromium_org/components/nacl/common/
H A Dnacl_types.cc11 : nexe_file(IPC::InvalidPlatformFileForTransit()),
27 : nexe_file(IPC::InvalidPlatformFileForTransit()),
40 const IPC::PlatformFileForTransit& nexe_file,
51 nexe_file(nexe_file),
38 NaClLaunchParams( const std::string& manifest_url, const IPC::PlatformFileForTransit& nexe_file, uint64_t nexe_token_lo, uint64_t nexe_token_hi, int render_view_id, uint32 permission_bits, bool uses_irt, bool uses_nonsfi_mode, bool enable_dyncode_syscalls, bool enable_exception_handling, bool enable_crash_throttling) argument
H A Dnacl_types.h51 IPC::PlatformFileForTransit nexe_file; member in struct:nacl::NaClStartParams
86 const IPC::PlatformFileForTransit& nexe_file,
102 IPC::PlatformFileForTransit nexe_file; member in struct:nacl::NaClLaunchParams
/external/chromium_org/components/nacl/browser/
H A Dnacl_host_message_filter.cc154 base::PlatformFile nexe_file; local
159 launch_params.nexe_file,
161 &nexe_file,
173 nexe_file =
174 IPC::PlatformFileForTransitToPlatformFile(launch_params.nexe_file);
181 base::File(nexe_file),
H A Dnacl_process_host.cc239 base::File nexe_file,
252 nexe_file_(nexe_file.Pass()),
887 params.nexe_file = IPC::TakeFileHandleForProcess(nexe_file_.Pass(),
238 NaClProcessHost(const GURL& manifest_url, base::File nexe_file, const NaClFileToken& nexe_token, ppapi::PpapiPermissions permissions, int render_view_id, uint32 permission_bits, bool uses_irt, bool uses_nonsfi_mode, bool enable_dyncode_syscalls, bool enable_exception_handling, bool enable_crash_throttling, bool off_the_record, const base::FilePath& profile_directory) argument
/external/chromium_org/components/nacl/loader/
H A Dnacl_listener.cc451 base::PlatformFile nexe_file = IPC::PlatformFileForTransitToPlatformFile( local
452 params.nexe_file);
455 _open_osfhandle(reinterpret_cast<intptr_t>(nexe_file),
458 nexe_file_info.desc = nexe_file;
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dpnacl_translate_thread.cc74 TempFile* nexe_file,
84 nexe_file_ = nexe_file;
71 RunTranslate( const pp::CompletionCallback& finish_callback, const std::vector<TempFile*>* obj_files, TempFile* nexe_file, nacl::DescWrapper* invalid_desc_wrapper, ErrorInfo* error_info, PnaclResources* resources, PP_PNaClOptions* pnacl_options, const std::string &architecture_attributes, PnaclCoordinator* coordinator, Plugin* plugin) argument

Completed in 1133 milliseconds