Home
last modified time | relevance | path

Searched refs:IsArchitectureArm (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/common/sandbox_linux/
Dsandbox_seccomp_bpf_linux.cc68 inline bool IsArchitectureArm() { in IsArchitectureArm() function
162 DCHECK(IsArchitectureArm()); in GetGpuProcessSandbox()
166 if (IsChromeOS() && IsArchitectureArm()) { in GetGpuProcessSandbox()
204 ignore_result(IsArchitectureArm); in StartBPFSandbox()
Dbpf_cros_arm_gpu_policy_linux.cc47 inline bool IsArchitectureArm() { in IsArchitectureArm() function
164 DCHECK(IsChromeOS() && IsArchitectureArm()); in PreSandboxHook()
Dbpf_gpu_policy_linux.cc67 inline bool IsArchitectureArm() { in IsArchitectureArm() function
210 const bool chromeos_arm_gpu = IsChromeOS() && IsArchitectureArm(); in PreSandboxHook()
/external/chromium_org/sandbox/linux/tests/
Dunit_tests.h18 bool IsArchitectureArm();
Dunit_tests.cc55 bool IsArchitectureArm() { in IsArchitectureArm() function