Home
last modified time | relevance | path

Searched refs:version_buf (Results 1 – 2 of 2) sorted by relevance

/external/libese/tools/ese_ls_provision/
Dese_ls_provision.cpp106 UINT8 version_buf[4]; in send_ls_update() local
107 auto status = ALA_lsGetVersion(version_buf); in send_ls_update()
112 log_hexdump("version", version_buf, sizeof(version_buf)); in send_ls_update()
/external/selinux/libselinux/src/
Dregex.c102 static char version_buf[256]; in regex_version() local
104 if (len <= 0 || len > sizeof(version_buf)) in regex_version()
107 pcre2_config(PCRE2_CONFIG_VERSION, version_buf); in regex_version()
108 return version_buf; in regex_version()