Searched refs:lock_path (Results 1 – 2 of 2) sorted by relevance
50 void wakelock_set_paths(const char* lock_path, const char* unlock_path);
225 void wakelock_set_paths(const char* lock_path, const char* unlock_path) { in wakelock_set_paths() argument226 if (lock_path) wake_lock_path = lock_path; in wakelock_set_paths()