Home
last modified time | relevance | path

Searched refs:lower (Results 1 – 11 of 11) sorted by relevance

/base/useriam/user_auth_framework/common/utils/
Diam_mem.h35 inline uint32_t CombineUint16ToUint32(uint16_t upper, uint16_t lower) in CombineUint16ToUint32() argument
37 return (static_cast<uint32_t>(upper) << 16U) | lower; in CombineUint16ToUint32()
/base/startup/init/services/modules/seccomp/scripts/tools/
Dstrace_log_analysis.py66 if not file_name_tmp.lower().startswith('libsyscall_to_nr_'):
72 if '.strace.log' in file_name.lower():
Daudit_log_analysis.py101 if not file_name_tmp.lower().startswith('libsyscall_to_nr_'):
108 if file_name.lower().endswith('.audit.log'):
Dmerge_policy.py112 if not file_name_tmp.lower().startswith('libsyscall_to_nr_'):
121 if file_name.lower().endswith('.policy'):
Dlibc_static_analysis.py246 if not file_name_tmp.lower().startswith('libsyscall_to_nr_'):
250 if libc_path.lower().endswith('libc.asm'):
Dcollect_elf_syscall.py275 if not file_name_tmp.lower().startswith('libsyscall_to_nr_'):
/base/hiviewdfx/hiview/build/
Dgen_plugin_build.py64 target = 'lib%s' % (plugin.lower())
159 size_unit = memory_detail[-1].lower()
/base/startup/init/services/modules/seccomp/scripts/
Dgenerate_code_from_policy.py1003 if not file_name_tmp.lower().startswith('libsyscall_to_nr_'):
1020 if file_name.lower().endswith('blocklist.seccomp.policy'):
1024 if file_name.lower().endswith('privileged_process.seccomp.policy'):
1032 if file_name.lower().endswith('.policy'):
/base/security/device_security_level/
DREADME.md15 …Harmony ecosystem, higher security levels include all the capabilities of lower security levels by…
/base/startup/hvb/tools/
Dhvbtool.py193 if not out.lower().startswith(self.MODULUS_PREFIX):
708 self.vertype = _params['verity_type'].lower() # verity type: hash - 1 or hashtree - 2 (fix)
/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
Doutput_p.inl665 … /* convert format char to lower , use Explicit conversion to clean up compilation warning */
865 /* unsigned lower hex output */