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

  /hardware/broadcom/libbt/src/
hardware.c 173 static char fw_patchfile_path[256] = FW_PATCHFILE_LOCATION; variable
445 * matching to chipset name in the fw_patchfile_path folder.
447 sprintf(p_chip_id_str, "%s", fw_patchfile_path);
448 if (fw_patchfile_path[strlen(fw_patchfile_path)- 1] != '/')
458 if ((dirp = opendir(fw_patchfile_path)) != NULL)
477 fw_patchfile_path, dp->d_name);
480 if ((filenamelen + strlen(fw_patchfile_path)) > \
489 strcpy(p_chip_id_str, fw_patchfile_path);
490 if (fw_patchfile_path[ \
    [all...]

Completed in 52 milliseconds