Searched refs:GetWavFilePath (Results 1 – 7 of 7) sorted by relevance
42 …std::unique_ptr<WavReader> wav_file = std::make_unique<WavReader>(GetWavFilePath(kWavFile).c_str()… in TEST_F()47 …std::unique_ptr<WavReader> wav_file = std::make_unique<WavReader>(GetWavFilePath(kWavFile).c_str()… in TEST_F()
25 std::string GetWavFilePath(const std::string& relative_path);
30 std::string GetWavFilePath(const std::string& relative_path) { in GetWavFilePath() function
52 static WavReader wav_reader = WavReader(GetWavFilePath(kWavFile).c_str());
61 static WavReader wav_reader = WavReader(GetWavFilePath(kWavFile).c_str());
64 static WavReader wav_reader = WavReader(GetWavFilePath(kWavFile).c_str());