Home
last modified time | relevance | path

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

/system/core/init/
Dinit.h34 bool start_waiting_for_property(const char *name, const char *value);
Dbuiltins.cpp1072 start_waiting_for_property("ro.persistent_properties.ready", "true"); in do_load_persist_props()
1110 if (!start_waiting_for_property(name, value)) { in do_wait_for_prop()
Dinit.cpp211 bool start_waiting_for_property(const char* name, const char* value) { in start_waiting_for_property() function