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