Searched refs:kFalseValue (Results 1 – 3 of 3) sorted by relevance
49 static constexpr const char kFalseValue[] = "false"; variable
31 constexpr const char OatHeader::kFalseValue[]; member in art::OatHeader
1025 compiler_options_->compile_pic_ ? OatHeader::kTrueValue : OatHeader::kFalseValue); in InsertCompileOptions()1028 compiler_options_->debuggable_ ? OatHeader::kTrueValue : OatHeader::kFalseValue); in InsertCompileOptions()1031 compiler_options_->GetNativeDebuggable() ? OatHeader::kTrueValue : OatHeader::kFalseValue); in InsertCompileOptions()1036 : OatHeader::kFalseValue); in InsertCompileOptions()