Searched refs:nexe_file (Results 1 – 16 of 16) sorted by relevance
/external/chromium_org/components/nacl/common/ |
D | nacl_types.cc | 11 : 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()
|
D | nacl_types.h | 51 IPC::PlatformFileForTransit nexe_file; member 86 const IPC::PlatformFileForTransit& nexe_file, 102 IPC::PlatformFileForTransit nexe_file; member
|
D | nacl_messages.h | 17 IPC_STRUCT_TRAITS_MEMBER(nexe_file)
|
D | nacl_host_messages.h | 24 IPC_STRUCT_TRAITS_MEMBER(nexe_file)
|
/external/chromium_org/mojo/nacl/ |
D | monacl_sel_main.cc | 17 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()
|
D | monacl_shell.cc | 20 const char* nexe_file = argv[2]; in main() local 26 mojo::LaunchNaCl(nexe_file, irt_file, argc - 2, argv + 2); in main()
|
D | monacl_sel_main.h | 10 void LaunchNaCl(const char* nexe_file, const char* irt_file,
|
/external/chromium_org/components/nacl/browser/ |
D | nacl_host_message_filter.cc | 154 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()
|
D | nacl_process_host.h | 69 base::File nexe_file,
|
D | nacl_process_host.cc | 239 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/ |
D | nonsfi_main.cc | 69 void MainStart(int nexe_file) { in MainStart() argument 71 NaClDescIoDescFromDescAllocCtor(nexe_file, NACL_ABI_O_RDONLY)); in MainStart()
|
D | nonsfi_listener.cc | 144 CHECK(params.nexe_file != IPC::InvalidPlatformFileForTransit()); in OnStart() 147 MainStart(IPC::PlatformFileForTransitToPlatformFile(params.nexe_file)); in OnStart()
|
D | nonsfi_main.h | 12 void MainStart(int nexe_file);
|
/external/chromium_org/components/nacl/loader/ |
D | nacl_listener.cc | 451 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/ |
D | pnacl_translate_thread.h | 45 TempFile* nexe_file,
|
D | pnacl_translate_thread.cc | 74 TempFile* nexe_file, in RunTranslate() argument 84 nexe_file_ = nexe_file; in RunTranslate()
|