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

  /art/runtime/
oat.cc 30 constexpr const char OatHeader::kTrueValue[];
457 return (key_value != nullptr && strncmp(key_value, kTrueValue, sizeof(kTrueValue)) == 0);
oat.h 44 static constexpr const char kTrueValue[] = "true";
  /art/dex2oat/
dex2oat.cc     [all...]

Completed in 9267 milliseconds