/hardware/broadcom/libbt/src/ |
conf.c | 95 FILE *p_file; local 103 if ((p_file = fopen(p_path, "r")) != NULL) 106 while (fgets(line, CONF_MAX_LINE_LEN+1, p_file) != NULL) 140 fclose(p_file);
|
/external/bluetooth/bluedroid/bta/include/ |
bta_fs_ci.h | 40 const char *p_file; member in struct:__anon3109 240 ** p_file - The file name associated with fd 248 BTA_API extern void bta_fs_ci_resume_op(int fd, tBTA_FS_CO_STATUS status, const char *p_file,
|
/external/bluetooth/bluedroid/bta/fs/ |
bta_fs_ci.c | 131 p_evt->p_file = NULL; 251 ** p_file - The file name associated with fd 259 void bta_fs_ci_resume_op(int fd, tBTA_FS_CO_STATUS status, const char *p_file, 263 UINT16 file_len = strlen(p_file) + 1; 274 BCM_STRNCPY_S (p, file_len, p_file, file_len-1); 276 p_evt->p_file = (const char *)p;
|
/external/bluetooth/bluedroid/main/ |
bte_conf.c | 192 FILE *p_file; local 201 if ((p_file = fopen(p_path, "r")) != NULL) 204 while (fgets(line, CONF_MAX_LINE_LEN+1, p_file) != NULL) 247 fclose(p_file); 271 FILE *p_file; local 277 if ((p_file = fopen(p_path, "r")) != NULL) 280 while (fgets(line, CONF_MAX_LINE_LEN+1, p_file) != NULL) 313 fclose(p_file); 331 fclose(p_file);
|