Home
last modified time | relevance | path

Searched refs:kIsDebugBuild (Results 1 – 10 of 10) sorted by relevance

/system/iorap/src/common/
Ddebug.h23 static constexpr bool kIsDebugBuild = true; variable
25 static constexpr bool kIsDebugBuild = false;
38 using base_if_debug = base_if_condition<T, kIsDebugBuild>;
45 template <bool kIsDebug = kIsDebugBuild>
/system/iorap/src/iorapd/
Dmain.cc42 if (android::base::GetBoolProperty("iorapd.log.verbose", iorap::kIsDebugBuild)) { in main()
/system/iorap/src/prefetcher/
Dmain_client.cc95 LOG(VERBOSE) << "Debug check: " << ::iorap::kIsDebugBuild; in MainClient()
Dmain.cc122 LOG(VERBOSE) << "Debug check: " << ::iorap::kIsDebugBuild; in Main()
/system/iorap/src/perfetto/
Dmain.cc205 LOG(VERBOSE) << "Debug check: " << ::iorap::kIsDebugBuild; in main()
/system/iorap/src/maintenance/
Dmain.cc156 LOG(VERBOSE) << "Debug check: " << ::iorap::kIsDebugBuild; in Main()
/system/iorap/src/db/
Dmain.cc139 LOG(VERBOSE) << "Debug check: " << ::iorap::kIsDebugBuild; in Main()
/system/iorap/src/compiler/
Dmain.cc189 LOG(VERBOSE) << "Debug check: " << ::iorap::kIsDebugBuild; in Main()
Dcompiler.cc928 if (kIsDebugBuild) { in PerformCompilation()
/system/iorap/src/inode2filename/
Dmain.cc334 LOG(VERBOSE) << "Debug check: " << ::iorap::kIsDebugBuild; in main()