OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wake_unlock_path
(Results
1 - 1
of
1
) sorted by null
/system/bt/osi/src/
wakelock.c
50
static char *
wake_unlock_path
= NULL;
variable
201
if (!
wake_unlock_path
)
202
wake_unlock_path
= DEFAULT_WAKE_UNLOCK_PATH;
204
wake_unlock_fd = open(
wake_unlock_path
, O_RDWR | O_CLOEXEC);
207
__func__,
wake_unlock_path
, strerror(errno));
215
if (
wake_unlock_path
&&
wake_unlock_path
!= DEFAULT_WAKE_UNLOCK_PATH)
216
osi_free_and_reset((void **)&
wake_unlock_path
);
230
if (
wake_unlock_path
&&
wake_unlock_path
!= DEFAULT_WAKE_UNLOCK_PATH
[
all
...]
Completed in 3055 milliseconds