Searched refs:dependencyFilePath (Results 1 – 2 of 2) sorted by relevance
50 public DependencyGraph(String dependencyFilePath, List<InputPath> newInputPaths) { in DependencyGraph() argument52 parseDependencyFile(dependencyFilePath); in DependencyGraph()134 private void parseDependencyFile(String dependencyFilePath) { in parseDependencyFile() argument136 File depFile = new File(dependencyFilePath); in parseDependencyFile()146 String content = readFile(dependencyFilePath); in parseDependencyFile()148 System.err.println("ERROR: Couldn't read " + dependencyFilePath); in parseDependencyFile()
389 String dependencyFilePath = mApkFolder + File.separator + mApkName; in callAapt() local390 dependencyFilePath += ".d"; in callAapt()393 if (initDependencies(dependencyFilePath, inputPaths) in callAapt()