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

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

Completed in 99 milliseconds