Searched refs:stubName (Results 1 – 1 of 1) sorted by relevance
661 final String stubName = stubCodePath.getName(); in getCompressedFiles() local676 int idx = stubName.lastIndexOf(STUB_SUFFIX); in getCompressedFiles()677 if (idx < 0 || (stubName.length() != (idx + STUB_SUFFIX.length()))) { in getCompressedFiles()687 final File compressedPath = new File(stubParentDir, stubName.substring(0, idx)); in getCompressedFiles()