Home | History | Annotate | Download | only in pm

Lines Matching refs:sourceFile

493     public Package parsePackage(File sourceFile, String destCodePath,
497 mArchiveSourcePath = sourceFile.getPath();
498 if (!sourceFile.isFile()) {
503 if (!isPackageFilename(sourceFile.getName())