Searched refs:check_system_property_access (Results 1 – 1 of 1) sorted by relevance
92 static void check_system_property_access(const char* key, bool write);97 check_system_property_access(key, true); in __system_property_set()102 check_system_property_access(key, false); in __system_property_get()111 check_system_property_access(key, false); in __system_property_find()139 static void check_system_property_access(const char* key, bool write) { in check_system_property_access() function