HomeSort by relevance Sort by last modified time
    Searched refs:version_buf (Results 1 - 3 of 3) sorted by null

  /external/libese/tools/ese_ls_provision/
ese_ls_provision.cpp 106 UINT8 version_buf[4]; local
107 auto status = ALA_lsGetVersion(version_buf);
112 log_hexdump("version", version_buf, sizeof(version_buf));
  /external/selinux/libselinux/src/
regex.c 102 static char version_buf[256]; local
104 if (len <= 0 || len > sizeof(version_buf))
107 pcre2_config(PCRE2_CONFIG_VERSION, version_buf);
108 return version_buf;
  /external/valgrind/coregrind/
m_libcprint.c 258 HChar version_buf[bufsiz+1]; local
262 n = VG_(read)(fdno, version_buf, bufsiz);
267 version_buf[n] = '\0';
268 VG_(message)(Vg_DebugMsg, "%s", version_buf);
    [all...]

Completed in 78 milliseconds