Searched refs:kIsDebugBuild (Results 1 – 10 of 10) sorted by relevance
23 static constexpr bool kIsDebugBuild = true; variable25 static constexpr bool kIsDebugBuild = false;38 using base_if_debug = base_if_condition<T, kIsDebugBuild>;45 template <bool kIsDebug = kIsDebugBuild>
42 if (android::base::GetBoolProperty("iorapd.log.verbose", iorap::kIsDebugBuild)) { in main()
95 LOG(VERBOSE) << "Debug check: " << ::iorap::kIsDebugBuild; in MainClient()
122 LOG(VERBOSE) << "Debug check: " << ::iorap::kIsDebugBuild; in Main()
205 LOG(VERBOSE) << "Debug check: " << ::iorap::kIsDebugBuild; in main()
156 LOG(VERBOSE) << "Debug check: " << ::iorap::kIsDebugBuild; in Main()
139 LOG(VERBOSE) << "Debug check: " << ::iorap::kIsDebugBuild; in Main()
189 LOG(VERBOSE) << "Debug check: " << ::iorap::kIsDebugBuild; in Main()
928 if (kIsDebugBuild) { in PerformCompilation()
334 LOG(VERBOSE) << "Debug check: " << ::iorap::kIsDebugBuild; in main()