Home
last modified time | relevance | path

Searched refs:ProjectRootPath (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/webrtc/test/testsupport/
Dfileutils.cc104 std::string ProjectRootPath() { in ProjectRootPath() function
118 std::string ProjectRootPath() { in ProjectRootPath() function
143 std::string path = ProjectRootPath(); in OutputPath()
232 std::string resources_path = ProjectRootPath() + kResourcesDirName + in ResourcePath()
Dfileutils_unittest.cc61 TEST_F(FileUtilsTest, ProjectRootPath) { in TEST_F() argument
62 std::string project_root = webrtc::test::ProjectRootPath(); in TEST_F()
Dfileutils.h92 std::string ProjectRootPath();
/external/webrtc/webrtc/voice_engine/test/auto_test/
Dresource_manager.cc20 std::string resource_path = webrtc::test::ProjectRootPath(); in ResourceManager()
/external/webrtc/webrtc/modules/video_coding/test/
Dtester_main.cc24 webrtc::test::ProjectRootPath() + "/resources/foreman_cif.yuv",
Dtest_util.cc29 inputFile(webrtc::test::ProjectRootPath() + "/resources/foreman_cif.yuv"), in CmdArgs()
/external/webrtc/webrtc/modules/media_file/
Dmedia_file_unittest.cc40 const std::string audio_file = webrtc::test::ProjectRootPath() + in TEST_F()
/external/webrtc/webrtc/common_video/libyuv/
Dlibyuv_unittest.cc106 const std::string input_file_name = webrtc::test::ProjectRootPath() + in SetUp()
/external/webrtc/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc244 std::string resource_path = webrtc::test::ProjectRootPath(); in RunTest()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Daudio_decoder_unittest.cc99 : input_audio_(webrtc::test::ProjectRootPath() + in AudioDecoderTest()
Dneteq_unittest.cc537 const std::string network_stat_ref_file = webrtc::test::ProjectRootPath() + in TEST_F()
/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_processing_unittest.cc409 ref_path_(test::ProjectRootPath() + "data/audio_processing/"), in ApmTest()