Home | History | Annotate | Download | only in zygote

Lines Matching defs:nacl

5 #include "components/nacl/zygote/nacl_fork_delegate_linux.h"
32 #include "components/nacl/common/nacl_nonsfi_util.h"
33 #include "components/nacl/common/nacl_paths.h"
34 #include "components/nacl/common/nacl_switches.h"
35 #include "components/nacl/loader/nacl_helper_linux.h"
50 // environment variables are passed through to NaCl processes. e.g.,
128 namespace nacl {
152 // For communications between the NaCl loader process and
169 // NaCl's x86-64 sandbox is not zero-address-based. Starting
191 if (!PathService::Get(nacl::FILE_NACL_HELPER, &helper_exe)) {
194 !PathService::Get(nacl::FILE_NACL_HELPER_BOOTSTRAP,
208 // Append any switches that need to be forwarded to the NaCl helper.
239 // NaCl needs to keep tight control of the cmd_line, so prepend the
251 // The NaCl processes spawned may need to exceed the ambient soft limit
262 // the NaCl Helper process.
292 LOG(ERROR) << "Bad NaCl helper startup ack (" << nread << " bytes)";
294 // TODO(bradchen): Make this LOG(ERROR) when the NaCl helper
304 *uma_name = nonsfi_mode_ ? "NaCl.Client.HelperNonSFI.InitState"
305 : "NaCl.Client.Helper.InitState";
328 *uma_name = nonsfi_mode_ ? "NaCl.Client.HelperNonSFI.StateOnFork"
329 : "NaCl.Client.Helper.StateOnFork";
343 LOG(ERROR) << "Cannot launch NaCl process: nacl_helper failed to start";
349 write_pickle.WriteInt(nacl::kNaClForkRequest);
385 write_pickle.WriteInt(nacl::kNaClGetTerminationStatusRequest);
442 } // namespace nacl