Searched defs:get_property (Results 1 – 10 of 10) sorted by relevance
/aosp12/system/core/fs_mgr/tests/ |
H A D | adb-remount-test.sh | 174 get_property() { function
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | installd.cpp | 50 int get_property(const char *key, char *value, const char *default_value) { in get_property() function
|
H A D | otapreopt.cpp | 611 int get_property(const char *key, char *value, const char *default_value) { in get_property() function
|
/aosp12/system/core/bootstat/ |
H A D | boot_reason_test.sh | 88 get_property() { function
|
/aosp12/system/extras/profcollectd/libprofcollectd/ |
H A D | config.rs | 127 fn get_property<T>(key: &str, default_value: T) -> Result<T> in get_property() function
|
/aosp12/frameworks/native/cmds/installd/tests/ |
H A D | installd_cache_test.cpp | 46 int get_property(const char *key, char *value, const char *default_value) { in get_property() function
|
H A D | installd_service_test.cpp | 81 int get_property(const char *key, char *value, const char *default_value) { in get_property() function
|
H A D | installd_dexopt_test.cpp | 70 int get_property(const char *key, char *value, const char *default_value) { in get_property() function
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_search.cc | 116 art::ArtMethod* get_property = in Update() local
|
/aosp12/system/extras/simpleperf/scripts/ |
H A D | simpleperf_utils.py | 386 def get_property(self, name: str) -> Optional[str]: member in AdbHelper
|