Searched refs:solibFolder (Results 1 – 1 of 1) sorted by relevance
260 IPath solibFolder = project.getLocation().append("obj/local").append(compatAbi.getAbi()); in doLaunch() local262 pull(device, "/system/bin/app_process", solibFolder); //$NON-NLS-1$ in doLaunch()263 pull(device, "/system/lib/libc.so", solibFolder); //$NON-NLS-1$ in doLaunch()371 private void pull(IDevice device, String remote, IPath solibFolder) throws in pull() argument374 String targetFile = solibFolder.append(remoteFileName).toString(); in pull()