Home
last modified time | relevance | path

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

/external/cronet/components/nacl/common/
Dnacl_types.cc12 : nexe_file(IPC::InvalidPlatformFileForTransit()), in NaClStartParams()
58 const IPC::PlatformFileForTransit& nexe_file, in NaClLaunchParams() argument
67 nexe_file(nexe_file), in NaClLaunchParams()
Dnacl_types.h79 IPC::PlatformFileForTransit nexe_file; member
114 const IPC::PlatformFileForTransit& nexe_file,
129 IPC::PlatformFileForTransit nexe_file = IPC::InvalidPlatformFileForTransit();
Dnacl_messages.h27 IPC_STRUCT_TRAITS_MEMBER(nexe_file)
Dnacl_host_messages.h33 IPC_STRUCT_TRAITS_MEMBER(nexe_file)
/external/cronet/components/nacl/renderer/plugin/
Dpnacl_translate_thread.cc81 base::File* nexe_file, in SetupState() argument
90 nexe_file_ = nexe_file; in SetupState()
312 ppapi::proxy::SerializedHandle nexe_file = in DoLink() local
323 new PpapiMsg_PnaclTranslatorLink(ld_input_files, nexe_file, &success)); in DoLink()
Dpnacl_translate_thread.h46 base::File* nexe_file,
/external/cronet/components/nacl/browser/
Dnacl_process_host.h75 base::File nexe_file,
165 base::File nexe_file);
Dnacl_host_message_filter.cc260 base::PlatformFile nexe_file = in LaunchNaClContinuationOnUIThread() local
261 IPC::PlatformFileForTransitToPlatformFile(launch_params.nexe_file); in LaunchNaClContinuationOnUIThread()
264 GURL(launch_params.manifest_url), base::File(nexe_file), nexe_token, in LaunchNaClContinuationOnUIThread()
Dnacl_process_host.cc216 base::File nexe_file, in NaClProcessHost() argument
225 nexe_file_(std::move(nexe_file)), in NaClProcessHost()
798 params.nexe_file = in StartNaClFileResolved()
801 params.nexe_file = IPC::TakePlatformFileForTransit(std::move(nexe_file_)); in StartNaClFileResolved()
/external/cronet/components/nacl/loader/
Dnacl_listener.cc424 base::PlatformFile nexe_file = IPC::PlatformFileForTransitToPlatformFile( in OnStart() local
425 params.nexe_file); in OnStart()
427 args->nexe_desc = NaClDescCreateWithFilePathMetadata(nexe_file, in OnStart()