HomeSort by relevance Sort by last modified time
    Searched defs:p_file (Results 1 - 3 of 3) sorted by null

  /device/common/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:__anon2186
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/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);

Completed in 2576 milliseconds