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

  /external/chromium_org/content/common/sandbox_linux/
bpf_gpu_policy_linux.cc 65 inline bool IsArchitectureArm() {
184 const bool chromeos_arm_gpu = IsChromeOS() && IsArchitectureArm();
bpf_cros_arm_gpu_policy_linux.cc 44 inline bool IsArchitectureArm() {
196 DCHECK(IsChromeOS() && IsArchitectureArm());
sandbox_seccomp_bpf_linux.cc 60 inline bool IsArchitectureArm() {
166 DCHECK(IsArchitectureArm());
170 if (IsChromeOS() && IsArchitectureArm()) {
209 ignore_result(IsArchitectureArm);
  /external/chromium_org/sandbox/linux/tests/
unit_tests.cc 52 bool IsArchitectureArm() {

Completed in 165 milliseconds