HomeSort by relevance Sort by last modified time
    Searched refs:found_file (Results 1 - 2 of 2) sorted by null

  /external/oprofile/libpp/
profile_spec.cpp 521 bool found_file = false; local
542 found_file = true;
562 if (!found_file) {
  /external/bluetooth/glib/glib/
gkeyfile.c 592 gboolean found_file; local
598 found_file = FALSE;
601 while (*data_dirs != NULL && !found_file)
615 found_file = g_key_file_load_from_fd (key_file, fd, flags,
626 if (found_file && full_path)
631 return found_file;
663 gboolean found_file; local
680 found_file = g_key_file_load_from_dirs (key_file,
689 return found_file;
    [all...]

Completed in 773 milliseconds