Home
last modified time | relevance | path

Searched refs:narrowPathLength (Results 1 - 1 of 1) sorted by relevance

/third_party/vulkan-loader/loader/
H A Dloader_windows.c1143 int narrowPathLength = WideCharToMultiByte(CP_ACP, 0, path, -1, NULL, 0, NULL, NULL); in windows_get_app_package_manifest_path() local
1144 if (narrowPathLength == 0) { in windows_get_app_package_manifest_path()
1150 ret = loader_instance_heap_alloc(inst, narrowPathLength, VK_SYSTEM_ALLOCATION_SCOPE_COMMAND); in windows_get_app_package_manifest_path()
1156 narrowPathLength = WideCharToMultiByte(CP_ACP, 0, path, -1, ret, narrowPathLength, NULL, NULL); in windows_get_app_package_manifest_path()
1157 assert((size_t)narrowPathLength == strlen(ret) + 1); in windows_get_app_package_manifest_path()

Completed in 2 milliseconds