Searched refs:ProjectRootPath (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/test/testsupport/
H A Dfileutils.h15 // The ProjectRootPath() method is a convenient way of getting an absolute
25 // const std::string kInputFile = webrtc::test::ProjectRootPath() +
35 // Then ProjectRootPath() will return /home/user/webrtc/trunk/ no matter if
47 // Then ProjectRootPath() will return C:\Users\user\webrtc\trunk\ when the
57 // Then ProjectRootPath() will return /Users/user/webrtc/trunk/ no matter if
92 std::string ProjectRootPath();
97 // the path returned by ProjectRootPath().
99 // Details described for ProjectRootPath() apply here too.
H A Dfileutils.cc45 std::string ProjectRootPath() { function in namespace:webrtc::test
72 std::string path = ProjectRootPath();
133 std::string resources_path = ProjectRootPath() + kResourcesDirName +
H A Dfileutils_unittest.cc105 std::string path = webrtc::test::ProjectRootPath();
123 std::string path = webrtc::test::ProjectRootPath();
127 ASSERT_EQ(original_working_dir, webrtc::test::ProjectRootPath());
146 webrtc::test::ProjectRootPath());
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc75 : resource_path(webrtc::test::ProjectRootPath() +

Completed in 142 milliseconds