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