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

  /external/bluetooth/glib/glib/
gkeyfile.c 315 gchar *candidate_file, *sub_dir; local
317 candidate_file = (gchar *) file;
319 while (candidate_file != NULL && fd < 0)
324 candidate_file, NULL);
334 candidate_file = strchr (candidate_file, '-');
336 if (candidate_file == NULL)
339 candidate_file++;
342 sub_dir = g_strndup (file, candidate_file - file - 1);
    [all...]

Completed in 25 milliseconds