Home
last modified time | relevance | path

Searched defs:NaClStartParams (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/components/nacl/common/
H A Dnacl_types.h69 struct NaClStartParams { struct
73 NaClStartParams& operator=(const NaClStartParams&) = delete; argument
79 IPC::PlatformFileForTransit nexe_file;
81 base::FilePath nexe_file_path_metadata;
83 IPC::PlatformFileForTransit irt_handle;
85 IPC::PlatformFileForTransit debug_stub_server_bound_socket;
88 bool validation_cache_enabled;
89 std::string validation_cache_key;
93 std::string version;
95 bool enable_debug_stub;
[all …]
H A Dnacl_types.cc11 NaClStartParams::NaClStartParams() in NaClStartParams() function in nacl::NaClStartParams