OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsArchitectureArm
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/common/sandbox_linux/
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
();
sandbox_seccomp_bpf_linux.cc
68
inline bool
IsArchitectureArm
() {
162
DCHECK(
IsArchitectureArm
());
166
if (IsChromeOS() &&
IsArchitectureArm
()) {
204
ignore_result(
IsArchitectureArm
);
/external/chromium_org/sandbox/linux/tests/
unit_tests.cc
55
bool
IsArchitectureArm
() {
Completed in 1496 milliseconds