OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rule_map
(Results
1 - 3
of
3
) sorted by null
/system/sepolicy/tools/
check_seapp.c
56
typedef struct
rule_map
rule_map
;
typedef in typeref:struct:rule_map
123
struct
rule_map
{
struct
136
rule_map
*r; /** The rule map to store at that location */
160
static void rule_map_free(
rule_map
*rm, bool is_in_htable);
472
static void rule_map_print(FILE *fp,
rule_map
*r) {
495
static map_match rule_map_cmp(
rule_map
*rmA,
rule_map
*rmB) {
566
static void rule_map_free(
rule_map
*rm, bool is_in_htable) {
610
* Checks a
rule_map
for any variation of KVP's that shouldn't be allowed
[
all
...]
/external/google-breakpad/src/common/
module.cc
222
bool Module::WriteRuleMap(const RuleMap &
rule_map
, std::ostream &stream) {
223
for (RuleMap::const_iterator it =
rule_map
.begin();
224
it !=
rule_map
.end(); ++it) {
225
if (it !=
rule_map
.begin())
module.h
290
// Write
RULE_MAP
to STREAM, in the form appropriate for 'STACK CFI'
293
static bool WriteRuleMap(const RuleMap &
rule_map
, std::ostream &stream);
Completed in 98 milliseconds