Home
last modified time | relevance | path

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

/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java94 private static final String LAYER_A_LIB = "libVkLayer_" + LAYER_A + ".so"; field in CtsRootlessGpuDebugHostTest
273 getDevice().executeAdbCommand("shell", "rm", "-f", "/data/local/tmp/" + LAYER_A_LIB); in cleanup()
316 setupLayer(LAYER_A_LIB, LAYERS_APP); in testDebugLayerLoadVulkan()
321 getDevice().executeAdbCommand("shell", "cat", "/data/local/tmp/" + LAYER_A_LIB, "|", in testDebugLayerLoadVulkan()
323 "sh", "-c", "\'cat", ">", LAYER_A_LIB, ";", "chmod", "700", LAYER_A_LIB + "\'"); in testDebugLayerLoadVulkan()
358 setupLayer(LAYER_A_LIB, LAYERS_APP); in testReleaseLayerLoadVulkan()
361 getDevice().executeAdbCommand("shell", "cat", "/data/local/tmp/" + LAYER_A_LIB, "|", in testReleaseLayerLoadVulkan()
363 …"sh", "-c", "\'cat", ">", LAYER_A_LIB, ";", "chmod", "700", LAYER_A_LIB + "\'", "||", "echo", "run… in testReleaseLayerLoadVulkan()
388 setupLayer(LAYER_A_LIB, LAYERS_APP); in testDebugNotEnabledVulkan()
391 getDevice().executeAdbCommand("shell", "cat", "/data/local/tmp/" + LAYER_A_LIB, "|", in testDebugNotEnabledVulkan()
[all …]