HomeSort by relevance Sort by last modified time
    Searched refs:IsArchitectureArm (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/common/sandbox_linux/
sandbox_seccomp_bpf_linux.cc 68 inline bool IsArchitectureArm() {
162 DCHECK(IsArchitectureArm());
166 if (IsChromeOS() && IsArchitectureArm()) {
204 ignore_result(IsArchitectureArm);
bpf_cros_arm_gpu_policy_linux.cc 47 inline bool IsArchitectureArm() {
164 DCHECK(IsChromeOS() && IsArchitectureArm());
bpf_gpu_policy_linux.cc 67 inline bool IsArchitectureArm() {
210 const bool chromeos_arm_gpu = IsChromeOS() && IsArchitectureArm();
  /external/chromium_org/sandbox/linux/tests/
unit_tests.h 18 bool IsArchitectureArm();
unit_tests.cc 55 bool IsArchitectureArm() {

Completed in 57 milliseconds