Home | History | Annotate | Download | only in defcontainer

Lines Matching refs:codeFile

345         File codeFile = new File(codePath);
350 sizeMb = calculateContainerSize(codeFile, isForwardLocked);
352 Slog.w(TAG, "Problem when trying to copy " + codeFile.getPath());
413 int ret = NativeLibraryHelper.copyNativeBinariesIfNeededLI(codeFile, sharedLibraryDir);