Searched refs:IsPropertySet (Results 1 – 1 of 1) sorted by relevance
1774 static bool IsPropertySet(const char* name, bool& value) { in IsPropertySet() function1788 if (IsPropertySet("ro.fuse.bpf.is_running", enabled)) return enabled; in IsFuseBpfEnabled()1790 if (!IsPropertySet("persist.sys.fuse.bpf.override", enabled) && in IsFuseBpfEnabled()1791 !IsPropertySet("ro.fuse.bpf.enabled", enabled)) { in IsFuseBpfEnabled()