Searched refs:layerPath (Results 1 – 1 of 1) sorted by relevance
175 … String layerPath = getDevice().executeAdbCommand("shell", "find", libPath + " -name " + layer); in setupLayer() local176 layerPath = removeWhitespace(layerPath); in setupLayer()177 getDevice().executeAdbCommand("shell", "cp", layerPath + " /data/local/tmp"); in setupLayer()