HomeSort by relevance Sort by last modified time
    Searched refs:kTrueValue (Results 1 - 4 of 4) 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.cc 33 constexpr const char OatHeader::kTrueValue[];
499 return KeyHasValue(key, kTrueValue, sizeof(kTrueValue));
oat.h 48 static constexpr const char kTrueValue[] = "true";
  /art/dex2oat/
dex2oat.cc     [all...]

Completed in 99 milliseconds