Searched refs:prop (Results 1 – 6 of 6) sorted by relevance
/bootable/recovery/updater_sample/tools/ |
D | test_gen_update_config.py | 38 for prop in property_files: 39 filename, offset, size = prop['filename'], prop['offset'], prop['size']
|
/bootable/recovery/minadbd/ |
D | minadbd_services.cpp | 202 static void RescueGetpropHostService(unique_fd sfd, const std::string& prop) { in RescueGetpropHostService() argument 228 if (prop.empty()) { in RescueGetpropHostService() 236 } else if (kGetpropAllowedProps.find(prop) != kGetpropAllowedProps.end()) { in RescueGetpropHostService() 237 result = query_prop(prop) + "\n"; in RescueGetpropHostService()
|
/bootable/recovery/recovery_ui/ |
D | wear_ui.cpp | 69 auto prop = android::base::GetUintProperty("ro.boot.wrist_orientation", 0u); in InitWristOrientation() local 70 WristOrientation orientation{ prop }; in InitWristOrientation() 75 << prop; in InitWristOrientation()
|
/bootable/deprecated-ota/tests/unit/host/ |
D | update_simulator_test.cpp | 334 { "SYSTEM/build.prop", build_prop_string_ }, 363 { "SYSTEM/build.prop", build_prop_string_ },
|
/bootable/recovery/ |
D | README.md | 60 `ro.debuggable=1` in `/prop.default`), `adbd` service is enabled and started by default, which 144 value is set at build time (written into `/prop.default`). It defaults to `1` on `-user` builds, and
|
/bootable/recovery/tests/testdata/ |
D | recovery_body | 1 …000000000000000000010000000000001484000000000000000000000000000000000000000d00000000default.prop��# 41 import /oem/oem.prop ro.config.ringtone 42 import /oem/oem.prop ro.config.notification_sound 43 import /oem/oem.prop ro.config.alarm_alert 44 import /oem/oem.prop ro.config.wallpaper 45 import /oem/oem.prop ro.config.wallpaper_component 46 import /oem/oem.prop ro.oem.* 47 import /oem/oem.prop oem.* 1448 ���/build\.prop�������������������S2RP 1453 …������/build.propy�����u:object_r:rootfs:s0����/default\.prop������������������…
|