Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Dimage_properties.h47 std::string build_type; member
H A Domaha_request_params.h89 inline std::string os_build_type() const { return image_props_.build_type; } in os_build_type()
/aosp12/system/extras/simpleperf/scripts/
H A Dsimpleperf_utils.py377 build_type = self.get_property('ro.build.type')
378 if build_type == 'user':
/aosp12/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_test.cpp93 void SetBuildType(const std::string& build_type) const { in SetBuildType()
94 PropertiesHelper::build_type_ = build_type; in SetBuildType()