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

  /external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 255 std::map<std::string, std::string> temp_filenames; member in namespace:webrtc::__anon27882
289 if (temp_filenames[filename].empty())
290 temp_filenames[filename] = test::TempFilename(test::OutputPath(), filename);
291 return temp_filenames[filename];
295 for (auto& kv : temp_filenames)
    [all...]

Completed in 57 milliseconds