Searched refs:resource_path (Results 1 – 3 of 3) sorted by relevance
20 std::string resource_path = webrtc::test::ProjectRootPath(); in ResourceManager() local21 if (resource_path == webrtc::test::kCannotFindProjectRootDir) { in ResourceManager()25 resource_path + "data/voice_engine/" + filename; in ResourceManager()
43 resource_path = os.path.join(SKIA_SRC_DIR, 'resources')51 '--resourcePath', resource_path,71 '--resourcePath', resource_path,
242 std::string resource_path = "/sdcard/"; in RunTest() local244 std::string resource_path = webrtc::test::ProjectRootPath(); in RunTest() local245 if (resource_path == webrtc::test::kCannotFindProjectRootDir) { in RunTest()249 resource_path = "./"; in RunTest()251 resource_path += "data/voice_engine/"; in RunTest()254 const std::string audio_filename = resource_path + "audio_long16.pcm"; in RunTest()