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

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

Completed in 25 milliseconds