Searched refs:srcWithAbi (Results 1 – 1 of 1) sorted by relevance
243 File srcWithAbi = FileUtil.findFile(fileName, mAbi, moduleDir); in resolveRelativeFilePath() local244 if (srcWithAbi != null in resolveRelativeFilePath()245 && !srcWithAbi in resolveRelativeFilePath()250 return srcWithAbi; in resolveRelativeFilePath()293 File srcWithAbi = in resolveRelativeFilePath() local295 if (srcWithAbi != null in resolveRelativeFilePath()296 && !srcWithAbi.getAbsolutePath().startsWith(src.getAbsolutePath())) { in resolveRelativeFilePath()299 return srcWithAbi; in resolveRelativeFilePath()