MCPcopy Create free account
hub / github.com/CyanogenMod/android_frameworks_base / getRClassDir

Method getRClassDir

tools/aapt/Bundle.h:149–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 const char* getPublicOutputFile() const { return mPublicOutputFile; }
148 void setPublicOutputFile(const char* file) { mPublicOutputFile = file; }
149 const char* getRClassDir() const { return mRClassDir; }
150 void setRClassDir(const char* dir) { mRClassDir = dir; }
151 const char* getConfigurations() const { return mConfigurations.size() > 0 ? mConfigurations.string() : NULL; }
152 void addConfigurations(const char* val) { if (mConfigurations.size() > 0) { mConfigurations.append(","); mConfigurations.append(val); } else { mConfigurations = val; } }

Callers 2

doPackageFunction · 0.80
writeResourceSymbolsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected