Searched refs:log_name (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
H A Dlog_service.c76 char * get_log_file_path(const char * log_name) { argument
77 char *log_device = malloc(strlen(LOG_FILE_DIR) + strlen(log_name) + 1);
80 strcat(log_device, log_name);
H A Dadb.h332 char * get_log_file_path(const char * log_name);

Completed in 160 milliseconds