Searched refs:prop (Results 1 – 4 of 4) 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/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
|