Home
last modified time | relevance | path

Searched refs:second_try (Results 1 – 2 of 2) sorted by relevance

/external/oprofile/libutil++/
Dbfd_support.cpp313 string second_try(DEBUGDIR + filedir + basename); in find_separate_debug_file() local
321 else if (separate_debug_file_exists(second_try, crc32, extra)) in find_separate_debug_file()
322 debug_filename = second_try; in find_separate_debug_file()
/external/chromium_org/media/audio/alsa/
Dalsa_output_unittest.cc770 const string second_try = string(AlsaPcmOutputStream::kPlugPrefix) + in TEST_F() local
790 EXPECT_CALL(mock_alsa_wrapper_, PcmOpen(_, StrEq(second_try.c_str()), _, _)) in TEST_F()