Home
last modified time | relevance | path

Searched refs:compiled (Results 1 – 25 of 74) sorted by relevance

123

/system/sepolicy/tools/
Dcheck_seapp.c94 pcre *compiled; member
323 int ret = pcre_exec(assert->regex.compiled, assert->regex.extra, tomatch, in match_regex()
344 km->regex.compiled = pcre_compile(anchored, PCRE_DOTALL, errbuf, erroff, in compile_regex()
346 if (!km->regex.compiled) { in compile_regex()
350 km->regex.extra = pcre_study(km->regex.compiled, 0, errbuf); in compile_regex()
440 if (!m->regex.compiled) { in key_map_validate()
574 if (m->regex.compiled) { in rule_map_free()
575 pcre_free(m->regex.compiled); in rule_map_free()
/system/bt/service/common/
DREADME15 from source files as these are pre-compiled. For example,
/system/connectivity/shill/cellular/
Dmobile_operator_info_impl.cc66 string GetRegError(int code, const regex_t* compiled) { in GetRegError() argument
67 size_t length = regerror(code, compiled, nullptr, 0); in GetRegError()
69 DCHECK_EQ(length, regerror(code, compiled, buffer.data(), length)); in GetRegError()
/system/extras/crypto-perf/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/core/init/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/tpm/attestation/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/extras/libfec/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/extras/verity/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/webservd/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/tpm/trunks/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/extras/taskstats/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/keymaster/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/core/libutils/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/extras/libpagemap/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/extras/kexec_tools/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/firewalld/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/extras/sane_schedstat/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/extras/boot_control_copy/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/extras/memtrack/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/extras/sound/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/extras/ext4_utils/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/extras/squashfs_utils/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/core/logwrapper/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/security/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/extras/procmem/
DNOTICE45 not limited to compiled object code, generated documentation,

123