Home
last modified time | relevance | path

Searched defs:get_property (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/core/fs_mgr/tests/
H A Dadb-remount-test.sh174 get_property() { function
/aosp12/frameworks/native/cmds/installd/
H A Dinstalld.cpp50 int get_property(const char *key, char *value, const char *default_value) { in get_property() function
H A Dotapreopt.cpp611 int get_property(const char *key, char *value, const char *default_value) { in get_property() function
/aosp12/system/core/bootstat/
H A Dboot_reason_test.sh88 get_property() { function
/aosp12/system/extras/profcollectd/libprofcollectd/
H A Dconfig.rs127 fn get_property<T>(key: &str, default_value: T) -> Result<T> in get_property() function
/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_cache_test.cpp46 int get_property(const char *key, char *value, const char *default_value) { in get_property() function
H A Dinstalld_service_test.cpp81 int get_property(const char *key, char *value, const char *default_value) { in get_property() function
H A Dinstalld_dexopt_test.cpp70 int get_property(const char *key, char *value, const char *default_value) { in get_property() function
/aosp12/art/openjdkjvmti/
H A Dti_search.cc116 art::ArtMethod* get_property = in Update() local
/aosp12/system/extras/simpleperf/scripts/
H A Dsimpleperf_utils.py386 def get_property(self, name: str) -> Optional[str]: member in AdbHelper