HomeSort by relevance Sort by last modified time
    Searched defs:kTrueValue (Results 1 - 3 of 3) sorted by null

  /external/libbrillo/brillo/
key_value_store.cc 27 const char kTrueValue[] = "true";
109 if (string_value == kTrueValue) {
120 SetString(key, value ? kTrueValue : kFalseValue);
  /art/runtime/
oat.h 50 static constexpr const char kTrueValue[] = "true";
oat.cc 34 constexpr const char OatHeader::kTrueValue[];
515 return KeyHasValue(key, kTrueValue, sizeof(kTrueValue));

Completed in 162 milliseconds