OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProjectRootPath
(Results
1 - 12
of
12
) sorted by null
/external/webrtc/webrtc/voice_engine/test/auto_test/
resource_manager.cc
20
std::string resource_path = webrtc::test::
ProjectRootPath
();
/external/webrtc/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
(). The exception is Android where we use
100
// Details described for
ProjectRootPath
() apply here too.
fileutils.cc
104
std::string
ProjectRootPath
() {
118
std::string
ProjectRootPath
() {
143
std::string path =
ProjectRootPath
();
232
std::string resources_path =
ProjectRootPath
() + kResourcesDirName +
fileutils_unittest.cc
61
TEST_F(FileUtilsTest,
ProjectRootPath
) {
62
std::string project_root = webrtc::test::
ProjectRootPath
();
/external/webrtc/webrtc/modules/video_coding/test/
tester_main.cc
24
webrtc::test::
ProjectRootPath
() + "/resources/foreman_cif.yuv",
test_util.cc
29
inputFile(webrtc::test::
ProjectRootPath
() + "/resources/foreman_cif.yuv"),
/external/webrtc/webrtc/modules/media_file/
media_file_unittest.cc
40
const std::string audio_file = webrtc::test::
ProjectRootPath
() +
/external/webrtc/webrtc/common_video/libyuv/
libyuv_unittest.cc
106
const std::string input_file_name = webrtc::test::
ProjectRootPath
() +
/external/webrtc/webrtc/modules/audio_coding/neteq/
audio_decoder_unittest.cc
99
: input_audio_(webrtc::test::
ProjectRootPath
() +
neteq_unittest.cc
537
const std::string network_stat_ref_file = webrtc::test::
ProjectRootPath
() +
[
all
...]
/external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc
244
std::string resource_path = webrtc::test::
ProjectRootPath
();
/external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc
409
ref_path_(test::
ProjectRootPath
() + "data/audio_processing/"),
[
all
...]
Completed in 432 milliseconds