Searched defs:is_debuggable (Results 1 – 2 of 2) sorted by relevance
1398 auto is_debuggable = os::GetSystemPropertyBool(kIsDebuggableProperty, false); in GetMaxPacketsPerBuffer() local1410 auto is_debuggable = os::GetSystemPropertyBool(kIsDebuggableProperty, false); in GetBtSnoopMode() local1446 auto is_debuggable = os::GetSystemPropertyBool(kIsDebuggableProperty, false); in IsBtSnoopLogPersisted() local
520 fn is_debuggable() -> Result<bool> { in is_debuggable() function