HomeSort by relevance Sort by last modified time
    Searched refs:KeyHasValue (Results 1 - 2 of 2) sorted by null

  /art/runtime/
oat.h 122 bool KeyHasValue(const char* key, const char* value, size_t value_size) const;
oat.cc 509 bool OatHeader::KeyHasValue(const char* key, const char* value, size_t value_size) const {
515 return KeyHasValue(key, kTrueValue, sizeof(kTrueValue));

Completed in 49 milliseconds