Searched refs:lock_path (Results 1 – 3 of 3) sorted by relevance
66 void set_paths_for_testing(const base::FilePath& lock_path, in set_paths_for_testing() argument68 lock_path_ = lock_path; in set_paths_for_testing()
50 void wakelock_set_paths(const char *lock_path, const char *unlock_path);
222 void wakelock_set_paths(const char *lock_path, const char *unlock_path) { in wakelock_set_paths() argument223 if (lock_path) { in wakelock_set_paths()226 wake_lock_path = osi_strndup(lock_path, PATH_MAX); in wakelock_set_paths()