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

  /external/elfutils/libdw/
dwarf_getsrc_file.c 84 bool lastmatch = false; local
101 lastmatch = strcmp (basename (fname2), fname) == 0;
103 lastmatch = strcmp (fname2, fname) == 0;
105 if (!lastmatch)
  /external/elfutils/libdwfl/
dwfl_module_getsrc_file.c 83 bool lastmatch = false; local
100 lastmatch = !strcmp (is_basename ? basename (file) : file,
104 if (!lastmatch)
  /external/autotest/server/cros/
tradefed_test.py     [all...]

Completed in 217 milliseconds