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

/dalvik/vm/analysis/
H A DDexPrepare.h108 bool dvmCheckOptHeaderAndDependencies(int fd, bool sourceAvail, u4 modWhen,
H A DDexPrepare.cpp1162 * If "sourceAvail" is "true", this will verify that "modWhen" and "crc"
1165 * "sourceAvail" isn't set, e.g. for a .odex file, we ignore these arguments.
1170 bool dvmCheckOptHeaderAndDependencies(int fd, bool sourceAvail, u4 modWhen, argument
1275 if (sourceAvail && val != modWhen) {
1281 if (sourceAvail && val != crc) {

Completed in 2609 milliseconds