Searched refs:dPath (Results 1 – 3 of 3) sorted by relevance
16 $dPath = "Debug" variable18 $dPath = "Release" variable22 Write-Host "Using Vulkan run-time=$AboveDir\loader\$dPath"23 Set-Item -path env:Path -value ("$AboveDir\loader\$dPath;" + $env:Path)24 Write-Host "Using VK_LAYER_PATH=$AboveDir\layers\$dPath"25 $env:VK_LAYER_PATH = "$AboveDir\layers\$dPath"27 & $dPath\vk_layer_validation_tests --gtest_filter=-$TestExceptions variable
64 String dPath = getInternalPathString(cldrPath); in get() local65 String fullXPath = source.getFullXPath(dPath); in get()83 String value = source.getStringValue(dPath); in get()118 String dPath = paths.next(); in read() local122 String value = src.getStringValue(dPath); in read()130 src.getFullXPath(dPath), previousElements, valueAttributes::put); in read()
839 final String dPath = CLDRFile.getDistinguishingXPath(xpath, null); in getSourceLocation() local841 AliasLocation fullStatus = getCachedFullStatus(dPath, true /* skipInheritanceMarker */); in getSourceLocation()