Home
last modified time | relevance | path

Searched refs:nexe_file (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/components/nacl/common/
Dnacl_types.cc11 : nexe_file(IPC::InvalidPlatformFileForTransit()), in NaClStartParams()
27 : nexe_file(IPC::InvalidPlatformFileForTransit()), in NaClLaunchParams()
40 const IPC::PlatformFileForTransit& nexe_file, in NaClLaunchParams() argument
51 nexe_file(nexe_file), in NaClLaunchParams()
Dnacl_types.h51 IPC::PlatformFileForTransit nexe_file; member
86 const IPC::PlatformFileForTransit& nexe_file,
102 IPC::PlatformFileForTransit nexe_file; member
Dnacl_messages.h17 IPC_STRUCT_TRAITS_MEMBER(nexe_file)
Dnacl_host_messages.h24 IPC_STRUCT_TRAITS_MEMBER(nexe_file)
/external/chromium_org/mojo/nacl/
Dmonacl_sel_main.cc17 void LaunchNaCl(const char* nexe_file, const char* irt_file, in LaunchNaCl() argument
31 nexe_file, NACL_ABI_O_RDONLY, 0); in LaunchNaCl()
33 perror(nexe_file); in LaunchNaCl()
Dmonacl_shell.cc20 const char* nexe_file = argv[2]; in main() local
26 mojo::LaunchNaCl(nexe_file, irt_file, argc - 2, argv + 2); in main()
Dmonacl_sel_main.h10 void LaunchNaCl(const char* nexe_file, const char* irt_file,
/external/chromium_org/components/nacl/browser/
Dnacl_host_message_filter.cc154 base::PlatformFile nexe_file; in LaunchNaClContinuation() local
159 launch_params.nexe_file, in LaunchNaClContinuation()
161 &nexe_file, in LaunchNaClContinuation()
173 nexe_file = in LaunchNaClContinuation()
174 IPC::PlatformFileForTransitToPlatformFile(launch_params.nexe_file); in LaunchNaClContinuation()
181 base::File(nexe_file), in LaunchNaClContinuation()
Dnacl_process_host.h69 base::File nexe_file,
Dnacl_process_host.cc239 base::File nexe_file, in NaClProcessHost() argument
252 nexe_file_(nexe_file.Pass()), in NaClProcessHost()
887 params.nexe_file = IPC::TakeFileHandleForProcess(nexe_file_.Pass(), in StartNaClExecution()
/external/chromium_org/components/nacl/loader/nonsfi/
Dnonsfi_main.cc69 void MainStart(int nexe_file) { in MainStart() argument
71 NaClDescIoDescFromDescAllocCtor(nexe_file, NACL_ABI_O_RDONLY)); in MainStart()
Dnonsfi_listener.cc144 CHECK(params.nexe_file != IPC::InvalidPlatformFileForTransit()); in OnStart()
147 MainStart(IPC::PlatformFileForTransitToPlatformFile(params.nexe_file)); in OnStart()
Dnonsfi_main.h12 void MainStart(int nexe_file);
/external/chromium_org/components/nacl/loader/
Dnacl_listener.cc451 base::PlatformFile nexe_file = IPC::PlatformFileForTransitToPlatformFile( in OnStart() local
452 params.nexe_file); in OnStart()
455 _open_osfhandle(reinterpret_cast<intptr_t>(nexe_file), in OnStart()
458 nexe_file_info.desc = nexe_file; in OnStart()
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
Dpnacl_translate_thread.h45 TempFile* nexe_file,
Dpnacl_translate_thread.cc74 TempFile* nexe_file, in RunTranslate() argument
84 nexe_file_ = nexe_file; in RunTranslate()