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

/frameworks/native/cmds/installd/
H A Ddexopt.cpp352 char prop_buf[kPropertyValueMax]; local
354 (get_property("dalvik.vm.always_debuggable", prop_buf, "0") > 0) &&
355 (prop_buf[0] == '1');

Completed in 56 milliseconds