HomeSort by relevance Sort by last modified time
    Searched defs:nexe_file (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/mojo/nacl/
monacl_shell.cc 20 const char* nexe_file = argv[2]; local
26 mojo::LaunchNaCl(nexe_file, irt_file, argc - 2, argv + 2);
  /external/chromium_org/components/nacl/browser/
nacl_host_message_filter.cc 154 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),
  /external/chromium_org/components/nacl/common/
nacl_types.h 51 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/loader/
nacl_listener.cc 451 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;

Completed in 176 milliseconds