Searched defs:debuggable (Results 1 - 3 of 3) sorted by relevance

/system/core/libpackagelistparser/include/packagelistparser/
H A Dpackagelistparser.h51 bool debuggable; member in struct:pkg_info
/system/libhidl/base/
H A DHidlSupport.cpp29 bool debuggable() { function in namespace:android::hardware::details
/system/core/libnativeloader/
H A Dnative_loader.cpp122 char debuggable[PROP_VALUE_MAX]; local
123 property_get("ro.debuggable", debuggable, "0");
124 return std::string(debuggable) == "1";
369 // For debuggable platform builds use ANDROID_ADDITIONAL_PUBLIC_LIBRARIES environment

Completed in 192 milliseconds