Searched defs:type (Results 1 – 13 of 13) sorted by relevance
/bootable/libbootloader/gbl/libefi/defs/protocols/ |
D | device_path_protocol.h | 24 uint8_t type; member
|
/bootable/recovery/recovery_utils/ |
D | parse_install_logs.cpp | 109 int type = (android::base::GetProperty("ro.build.type", "") == "user") ? 1 : 0; in ParseLastInstall() local
|
/bootable/recovery/otautil/ |
D | asn1_decoder.cpp | 76 int type = get_byte(); in asn1_constructed_get() local
|
/bootable/deprecated-ota/updater/include/private/ |
D | commands.h | 305 Command(Type type, size_t index, std::string cmdline, PatchInfo patch, TargetInfo target, in Command() 325 Type type() const { in type() function
|
/bootable/deprecated-ota/edify/include/edify/ |
D | expr.h | 65 Type type; member
|
/bootable/deprecated-ota/applypatch/ |
D | imgpatch.cpp | 165 int type = Read4(patch_header + pos); in ApplyImagePatch() local
|
D | imgdiff.cpp | 258 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/libbootloader/gbl/libelf/ |
D | relocation_test.cpp | 84 void SetRelocationInfo(size_t index, uint64_t type, uint64_t addend) { in SetRelocationInfo()
|
/bootable/recovery/minui/ |
D | graphics_drm.cpp | 246 unsigned type) { in find_used_connector_by_type()
|
/bootable/deprecated-ota/updater/ |
D | commands.cpp | 40 Command::Command(Type type, size_t index, std::string cmdline, HashTreeInfo hash_tree_info) in Command()
|
/bootable/recovery/install/ |
D | install.cpp | 120 static std::string OtaTypeToString(OtaType type) { in OtaTypeToString()
|
/bootable/recovery/recovery_ui/ |
D | screen_ui.cpp | 1017 void ScreenRecoveryUI::SetProgressType(ProgressType type) { in SetProgressType()
|
/bootable/deprecated-ota/tests/unit/host/ |
D | imgdiff_test.cpp | 56 int type = get_unaligned<int32_t>(data + pos); in verify_patch_header() local
|