HomeSort by relevance Sort by last modified time
    Searched refs:ProjectRootPath (Results 1 - 4 of 4) sorted by null

  /external/webrtc/test/testsupport/
fileutils.h 15 // 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.
fileutils.cc 45 std::string ProjectRootPath() {
72 std::string path = ProjectRootPath();
133 std::string resources_path = ProjectRootPath() + kResourcesDirName +
fileutils_unittest.cc 105 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/
unit_test.cc 75 : resource_path(webrtc::test::ProjectRootPath() +
    [all...]

Completed in 185 milliseconds