Home
last modified time | relevance | path

Searched refs:PrintProperty (Results 1 – 1 of 1) sorted by relevance

/system/core/toolbox/
Dgetprop.cpp73 void PrintProperty(const char* name, const char* default_value, ResultType result_type) { in PrintProperty() function
158 PrintProperty(argv[optind], (optind == argc - 1) ? "" : argv[optind + 1], result_type); in getprop_main()