OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:log_device
(Results
1 - 2
of
2
) sorted by null
/system/core/adb/
log_service.c
77
char *
log_device
= malloc(strlen(LOG_FILE_DIR) + strlen(log_name) + 1);
local
79
strcpy(
log_device
, LOG_FILE_DIR);
80
strcat(
log_device
, log_name);
82
return
log_device
;
/external/sepolicy/
file_contexts
56
/dev/log(/.*)? u:object_r:
log_device
:s0
Completed in 226 milliseconds