Home
last modified time | relevance | path

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

/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java175 … String layerPath = getDevice().executeAdbCommand("shell", "find", libPath + " -name " + layer); in setupLayer() local
176 layerPath = removeWhitespace(layerPath); in setupLayer()
177 getDevice().executeAdbCommand("shell", "cp", layerPath + " /data/local/tmp"); in setupLayer()