Searched refs:LAYER_B_LIB (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/gputools/src/android/gputools/cts/ |
D | CtsRootlessGpuDebugHostTest.java | 95 private static final String LAYER_B_LIB = "libVkLayer_" + LAYER_B + ".so"; field in CtsRootlessGpuDebugHostTest 274 getDevice().executeAdbCommand("shell", "rm", "-f", "/data/local/tmp/" + LAYER_B_LIB); in cleanup() 317 setupLayer(LAYER_B_LIB, LAYERS_APP); in testDebugLayerLoadVulkan() 324 getDevice().executeAdbCommand("shell", "cat", "/data/local/tmp/" + LAYER_B_LIB, "|", in testDebugLayerLoadVulkan() 326 "sh", "-c", "\'cat", ">", LAYER_B_LIB, ";", "chmod", "700", LAYER_B_LIB + "\'"); in testDebugLayerLoadVulkan() 506 setupLayer(LAYER_B_LIB, LAYERS_APP); in testSystemPropertyIgnoreVulkan() 512 getDevice().executeAdbCommand("shell", "cat", "/data/local/tmp/" + LAYER_B_LIB, "|", in testSystemPropertyIgnoreVulkan() 514 "sh", "-c", "\'cat", ">", LAYER_B_LIB, ";", "chmod", "700", LAYER_B_LIB + "\'"); in testSystemPropertyIgnoreVulkan()
|