Home | History | Annotate | Download | only in defcontainer

Lines Matching refs:codePath

344         String codePath = packageURI.getPath();
345 File codeFile = new File(codePath);
369 if (FileUtils.copyFile(new File(codePath), resFile)) {
371 Slog.i(TAG, "Copied " + codePath + " to " + resFile);
374 Slog.e(TAG, "Failed to copy " + codePath + " to " + resFile);