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

  /external/vulkan-validation-layers/windowsRuntimeInstaller/
configure_runtime.c 326 bool found_installation = false, found_version = false; local
342 found_version = true;
345 if(found_installation && found_version) {
352 if(!(found_installation && found_version)) {
  /external/boringssl/src/ssl/
handshake_server.c 565 int found_version = 0; local
578 (!found_version || version < ext_version)) {
580 found_version = 1;
584 if (!found_version) {
    [all...]

Completed in 223 milliseconds