Home | History | Annotate | Download | only in aapt

Lines Matching refs:dependencyFile

1652     String8 dependencyFile;
1733 dependencyFile = String8(outputAPKFile);
1735 dependencyFile.append(".d");
1740 dependencyFile = String8(bundle->getRClassDir());
1741 dependencyFile.appendPath("R.java.d");
1744 fp = fopen(dependencyFile, "w");
1811 fp = fopen(dependencyFile, "a+");