Searched refs:getProguardFile (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DBundle.h130 const char* getProguardFile() const { return mProguardFile; } function in class:Bundle
H A DResource.cpp2569 if (!bundle->getProguardFile()) {
2585 FILE* fp = fopen(bundle->getProguardFile(), "w+");
2588 bundle->getProguardFile(), strerror(errno));

Completed in 377 milliseconds