HomeSort by relevance Sort by last modified time
    Searched refs:log_device (Results 1 - 4 of 4) 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;