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