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

/frameworks/native/cmds/installd/
H A Dcommands.cpp840 char top_k_profile_threshold_arg[strlen("--top-k-profile-threshold=") + PROPERTY_VALUE_MAX]; local
870 snprintf(top_k_profile_threshold_arg, sizeof(top_k_profile_threshold_arg),
937 argv[i++] = top_k_profile_threshold_arg;

Completed in 24 milliseconds