HomeSort by relevance Sort by last modified time
    Searched full:windows_path_size (Results 1 - 1 of 1) sorted by null

  /external/vulkan-validation-layers/windowsRuntimeInstaller/
configure_runtime.c 664 unsigned windows_path_size = GetWindowsDirectory(NULL, 0); // Size includes null terminator local
665 char* system_path = malloc(windows_path_size +
667 GetWindowsDirectory(system_path, windows_path_size);
669 strcpy(system_path + windows_path_size - 1, PATH_SYSTEM32);
681 strcpy(system_path + windows_path_size - 1, PATH_SYSWOW64);

Completed in 288 milliseconds