Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dinit.h34 bool start_waiting_for_property(const char *name, const char *value);
H A Dbuiltins.cpp1104 start_waiting_for_property("ro.persistent_properties.ready", "true"); in do_load_persist_props()
1142 if (!start_waiting_for_property(name, value)) { in do_wait_for_prop()
H A Dinit.cpp228 bool start_waiting_for_property(const char* name, const char* value) { in start_waiting_for_property() function