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