HomeSort by relevance Sort by last modified time
    Searched full:temp_filename_len (Results 1 - 1 of 1) sorted by null

  /system/bt/osi/src/
config.c 297 const int temp_filename_len = filename_len + strlen(temp_file_ext) + 1; local
298 char *temp_filename = osi_calloc(temp_filename_len);
299 snprintf(temp_filename, temp_filename_len, "%s%s", filename, temp_file_ext);

Completed in 109 milliseconds