EVAL_ERROR 151 sandbox/win/src/policy_engine_opcodes.cc return EVAL_ERROR; EVAL_ERROR 181 sandbox/win/src/policy_engine_opcodes.cc if (!param->Get(&value)) return EVAL_ERROR; EVAL_ERROR 211 sandbox/win/src/policy_engine_opcodes.cc if (!param->Get(&value)) return EVAL_ERROR; EVAL_ERROR 261 sandbox/win/src/policy_engine_opcodes.cc return EVAL_ERROR; EVAL_ERROR 264 sandbox/win/src/policy_engine_opcodes.cc if (!param->Get(&source_str)) return EVAL_ERROR; EVAL_ERROR 399 sandbox/win/src/policy_engine_opcodes.cc return EVAL_ERROR; EVAL_ERROR 404 sandbox/win/src/policy_engine_opcodes.cc return EVAL_ERROR; EVAL_ERROR 420 sandbox/win/src/policy_engine_opcodes.cc } else if (EVAL_ERROR != result) { EVAL_ERROR 421 sandbox/win/src/policy_engine_opcodes.cc result = EVAL_ERROR; EVAL_ERROR 448 sandbox/win/src/policy_engine_opcodes.cc return EVAL_ERROR; EVAL_ERROR 80 sandbox/win/src/policy_engine_processor.cc case EVAL_ERROR: EVAL_ERROR 97 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_ERROR, op2->Evaluate(NULL, 0, NULL)); EVAL_ERROR 98 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_ERROR, op2->Evaluate(NULL, 1, NULL)); EVAL_ERROR 191 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_ERROR, op_m42->Evaluate(&pp_wrong1, 1, NULL)); EVAL_ERROR 200 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_ERROR, op_vp_null->Evaluate(&pp_wrong1, 1, NULL)); EVAL_ERROR 207 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_ERROR, op_range1->Evaluate(&pp_wrong1, 1, NULL));