Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Druntime_native_boot-flags-test.sh93 function get_system_property { function
113 local prop_value=$(get_system_property "$prop")
127 local prop_value=$(get_system_property "$prop")
/frameworks/base/tools/bit/
Dadb.h36 string get_system_property(const string& name, int* err);
Dadb.cpp73 get_system_property(const string& name, int* err) in get_system_property() function
Dmain.cpp636 string deviceValue = get_system_property(property, &err); in check_device_property()
841 string completed = get_system_property("sys.boot_completed", &err); in run_phases()