Home
last modified time | relevance | path

Searched refs:app_type_ (Results 1 – 3 of 3) sorted by relevance

/aosp12/bootable/recovery/install/include/private/
H A Dasn1_decoder.h25 asn1_context(const uint8_t* buffer, size_t length) : p_(buffer), length_(length), app_type_(0) {} in asn1_context()
53 int app_type_; variable
/aosp12/bootable/recovery/install/
H A Dasn1_decoder.cpp85 app_ctx->app_type_ = type & kMaskAppType; in asn1_constructed_get()
103 return app_type_; in asn1_constructed_type()
/aosp12/system/extras/simpleperf/
H A Denvironment.cpp726 app_type_ = app_type == "unknown" ? "profileable" : app_type; in SimpleperfAppRunner()
740 args.emplace_back("app_type=" + app_type_); in GetPrefixArgs()
745 std::string app_type_; member in simpleperf::__anona74338b10210::SimpleperfAppRunner