Searched refs:dependencyFilePath (Results 1 – 2 of 2) sorted by relevance
52 public DependencyGraph(String dependencyFilePath, List<InputPath> newInputPaths) { in DependencyGraph() argument54 parseDependencyFile(dependencyFilePath); in DependencyGraph()136 private void parseDependencyFile(String dependencyFilePath) { in parseDependencyFile() argument138 File depFile = new File(dependencyFilePath); in parseDependencyFile()148 String content = readFile(dependencyFilePath); in parseDependencyFile()150 System.err.println("ERROR: Couldn't read " + dependencyFilePath); in parseDependencyFile()
455 String dependencyFilePath = mApkFolder + File.separator + mApkName; in callAapt() local456 dependencyFilePath += ".d"; in callAapt()459 if (initDependencies(dependencyFilePath, inputPaths) in callAapt()