Home
last modified time | relevance | path

Searched refs:GetBuildType (Results 1 – 4 of 4) sorted by relevance

/external/libmojo/build/android/pylib/constants/
D__init__.py149 def GetBuildType(): function
182 GetBuildType() if build_type is None else build_type))
/external/webrtc/webrtc/modules/audio_device/android/
Dbuild_info.h41 std::string GetBuildType();
Dbuild_info.cc46 std::string BuildInfo::GetBuildType() { in GetBuildType() function in webrtc::BuildInfo
Daudio_manager_unittest.cc112 PRINT("%sbuild type: %s\n", kTag, build_info.GetBuildType().c_str()); in TEST_F()