Searched defs:type (Results 1 – 11 of 11) sorted by relevance
/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/install/ |
D | asn1_decoder.cpp | 76 int type = get_byte(); in asn1_constructed_get() local
|
D | install.cpp | 111 static std::string OtaTypeToString(OtaType type) { in OtaTypeToString()
|
/bootable/recovery/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/recovery/edify/include/edify/ |
D | expr.h | 65 Type type; member
|
/bootable/recovery/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/recovery/minui/ |
D | graphics_drm.cpp | 210 static drmModeConnector* find_used_connector_by_type(int fd, drmModeRes* resources, unsigned type) { in find_used_connector_by_type()
|
/bootable/recovery/updater/ |
D | commands.cpp | 40 Command::Command(Type type, size_t index, std::string cmdline, HashTreeInfo hash_tree_info) in Command()
|
/bootable/recovery/recovery_ui/ |
D | screen_ui.cpp | 986 void ScreenRecoveryUI::SetProgressType(ProgressType type) { in SetProgressType()
|
/bootable/recovery/tests/unit/host/ |
D | imgdiff_test.cpp | 57 int type = get_unaligned<int32_t>(data + pos); in verify_patch_header() local
|