Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/windowsRuntimeInstaller/
Dconfigure_runtime.c326 bool found_installation = false, found_version = false; in find_installations() local
342 found_version = true; in find_installations()
345 if(found_installation && found_version) { in find_installations()
352 if(!(found_installation && found_version)) { in find_installations()
/external/boringssl/src/ssl/
Dhandshake_server.c565 int found_version = 0; in negotiate_version() local
578 (!found_version || version < ext_version)) { in negotiate_version()
580 found_version = 1; in negotiate_version()
584 if (!found_version) { in negotiate_version()