Searched defs:prop_buf (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/cmds/installd/
H A Dcommands.c701 char prop_buf[PROPERTY_VALUE_MAX]; local
702 bool profiler = (property_get("dalvik.vm.profiler", prop_buf, "0") > 0) && (prop_buf[0] == '1');
766 if (property_get("dalvik.vm.profile.top-k-thr", prop_buf, NULL) > 0) {
768 "--top-k-profile-threshold=%s", prop_buf);

Completed in 67 milliseconds