Searched refs:srcWithAbi (Results 1 – 1 of 1) sorted by relevance
261 File srcWithAbi = FileUtil.findFile(fileName, mAbi, moduleDir); in resolveRelativeFilePath() local262 if (srcWithAbi != null in resolveRelativeFilePath()263 && !srcWithAbi in resolveRelativeFilePath()268 return srcWithAbi; in resolveRelativeFilePath()311 File srcWithAbi = in resolveRelativeFilePath() local313 if (srcWithAbi != null in resolveRelativeFilePath()314 && !srcWithAbi.getAbsolutePath().startsWith(src.getAbsolutePath())) { in resolveRelativeFilePath()317 return srcWithAbi; in resolveRelativeFilePath()337 File srcWithAbi = FileUtil.findFile(fileName, mAbi, testDir); in resolveRelativeFilePath() local338 if (srcWithAbi != null in resolveRelativeFilePath()[all …]