Home | History | Annotate | Download | only in aapt

Lines Matching refs:dependencyFile

1523     String8 dependencyFile;
1598 dependencyFile = String8(outputAPKFile);
1600 dependencyFile.append(".d");
1605 dependencyFile = String8(bundle->getRClassDir());
1606 dependencyFile.appendPath("R.java.d");
1609 fp = fopen(dependencyFile, "w");
1673 fp = fopen(dependencyFile, "a+");