OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fw_patchfile_path
(Results
1 - 1
of
1
) sorted by null
/hardware/broadcom/libbt/src/
hardware.c
162
static char
fw_patchfile_path
[256] = FW_PATCHFILE_LOCATION;
variable
410
* matching to chipset name in the
fw_patchfile_path
folder.
412
sprintf(p_chip_id_str, "%s",
fw_patchfile_path
);
413
if (
fw_patchfile_path
[strlen(
fw_patchfile_path
)- 1] != '/')
423
if ((dirp = opendir(
fw_patchfile_path
)) != NULL)
442
fw_patchfile_path
, dp->d_name);
445
if ((filenamelen + strlen(
fw_patchfile_path
)) > \
454
strcpy(p_chip_id_str,
fw_patchfile_path
);
455
if (
fw_patchfile_path
[ \
[
all
...]
Completed in 497 milliseconds