Home
last modified time | relevance | path

Searched defs:type (Results 1 – 11 of 11) sorted by relevance

/bootable/recovery/recovery_utils/
Dparse_install_logs.cpp109 int type = (android::base::GetProperty("ro.build.type", "") == "user") ? 1 : 0; in ParseLastInstall() local
/bootable/recovery/install/
Dasn1_decoder.cpp76 int type = get_byte(); in asn1_constructed_get() local
Dinstall.cpp111 static std::string OtaTypeToString(OtaType type) { in OtaTypeToString()
/bootable/recovery/updater/include/private/
Dcommands.h305 Command(Type type, size_t index, std::string cmdline, PatchInfo patch, TargetInfo target, in Command()
325 Type type() const { in type() function
/bootable/recovery/edify/include/edify/
Dexpr.h65 Type type; member
/bootable/recovery/applypatch/
Dimgpatch.cpp165 int type = Read4(patch_header + pos); in ApplyImagePatch() local
Dimgdiff.cpp258 ImageChunk::ImageChunk(int type, size_t start, const std::vector<uint8_t>* file_content, in ImageChunk()
614 std::string type = is_source_ ? "source" : "target"; in DumpChunks() local
/bootable/recovery/minui/
Dgraphics_drm.cpp210 static drmModeConnector* find_used_connector_by_type(int fd, drmModeRes* resources, unsigned type) { in find_used_connector_by_type()
/bootable/recovery/updater/
Dcommands.cpp40 Command::Command(Type type, size_t index, std::string cmdline, HashTreeInfo hash_tree_info) in Command()
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp986 void ScreenRecoveryUI::SetProgressType(ProgressType type) { in SetProgressType()
/bootable/recovery/tests/unit/host/
Dimgdiff_test.cpp57 int type = get_unaligned<int32_t>(data + pos); in verify_patch_header() local