OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsArchitectureArm
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/common/sandbox_linux/
bpf_cros_arm_gpu_policy_linux.cc
45
inline bool
IsArchitectureArm
() {
166
DCHECK(IsChromeOS() &&
IsArchitectureArm
());
sandbox_seccomp_bpf_linux.cc
66
inline bool
IsArchitectureArm
() {
172
DCHECK(
IsArchitectureArm
());
176
if (IsChromeOS() &&
IsArchitectureArm
()) {
215
ignore_result(
IsArchitectureArm
);
bpf_gpu_policy_linux.cc
67
inline bool
IsArchitectureArm
() {
205
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 81 milliseconds