Searched refs:IS_OS_DEBUGABLE (Results 1 – 1 of 1) sorted by relevance
98 const bool IS_OS_DEBUGABLE = android::base::GetIntProperty("ro.debuggable", 0); variable323 std::string name = IS_OS_DEBUGABLE ? "real_path: " + n->BuildPath() + " " : ""; in get_name()