Searched defs:p_dir (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/btif/co/
H A Dbta_fs_co.c255 char *p_dir; local
263 if (NULL != (p_dir = (char *) GKI_getbuf(strlen(p_path) + 1)))
265 strcpy(p_dir, p_path);
266 if (NULL != (p_end = strrchr(p_dir, '/')))
272 if (0 == statfs(p_dir, &fs_buffer))
292 GKI_freebuf(p_dir);

Completed in 70 milliseconds