Home
last modified time | relevance | path

Searched refs:board (Results 1 – 25 of 42) sorted by relevance

12

/system/sepolicy/
DAndroid.bp18 name: "26.0.board.compat.map",
25 name: "27.0.board.compat.map",
32 name: "28.0.board.compat.map",
39 name: "29.0.board.compat.map",
46 name: "30.0.board.compat.map",
53 name: "26.0.board.ignore.map",
60 name: "27.0.board.ignore.map",
67 name: "28.0.board.ignore.map",
74 name: "29.0.board.ignore.map",
81 name: "30.0.board.ignore.map",
[all …]
/system/sepolicy/tools/sepolicy-analyze/
DREADME7 sepolicy-analyze out/target/product/<board>/root/sepolicy typecmp -e
28 sepolicy-analyze out/target/product/<board>/root/sepolicy typecmp -d
35 sepolicy-analyze out/target/product/<board>/root/sepolicy dups
49 sepolicy-analyze out/target/product/<board>/root/sepolicy permissive
57 sepolicy-analyze out/target/product/<board>/root/sepolicy booleans
64 sepolicy-analyze out/target/product/<board>/root/sepolicy attribute <name>
68 sepolicy-analyze out/target/product/<board>/root/sepolicy attribute -r <name>
72 sepolicy-analyze out/target/product/<board>/root/sepolicy attribute -l
77 sepolicy-analyze out/target/product/<board>/root/sepolicy neverallow \
/system/update_engine/
Dimage_properties_chromeos_unittest.cc65 EXPECT_EQ("arm-generic", props.board); in TEST_F()
107 EXPECT_EQ("x86-generic", props.board); in TEST_F()
129 EXPECT_EQ("arm-generic", props.board); in TEST_F()
Dimage_properties.h56 std::string board; member
Domaha_request_params.h87 inline std::string os_board() const { return image_props_.board; } in os_board()
288 image_props_.board = os_board; in set_os_board()
Dimage_properties_chromeos.cc114 result.board = GetStringWithDefault(lsb_release, kLsbReleaseBoardKey, ""); in LoadImageProperties()
Dimage_properties_android.cc198 result.board = GetProperty(kPropProductName, "brillo"); in LoadImageProperties()
DREADME.md56 parameters like its Application ID, hardware ID, version, board, etc. Then if
96 can also perform any board specific or firmware update tasks necessary. If
407 other things, it installs new firmware updates or any board specific
423 (chroot) $ cros_workon_make --board=${BOARD} update_engine
442 Other payload generation tools like `delta_generator` are board agnostic and
469 (chroot) $ FEATURES=test emerge-<board> update_engine
475 (chroot) $ cros_workon_make --board=<board> --test update_engine
481 (chroot) $ cros_run_unit_tests --board ${BOARD} --packages update_engine
/system/sepolicy/prebuilts/api/26.0/public/
Dwatchdogd.te1 # watchdogd seclabel is specified in init.<board>.rc
/system/sepolicy/prebuilts/api/27.0/public/
Dwatchdogd.te1 # watchdogd seclabel is specified in init.<board>.rc
/system/sepolicy/prebuilts/api/28.0/public/
Dwatchdogd.te1 # watchdogd seclabel is specified in init.<board>.rc
Dvendor_init.te33 # init.<board>.rc files often include device-specific types, so
/system/libufdt/utils/tests/data/
Dboard1v1.dts8 /* optional, the soc used by the board */
Dboard2v1.dts8 /* optional, the soc used by the board */
Dboard1v1_1.dts9 /* optional, the soc used by the board */
/system/sepolicy/prebuilts/api/30.0/public/
Dwatchdogd.te1 # watchdogd seclabel is specified in init.<board>.rc
/system/sepolicy/public/
Dwatchdogd.te1 # watchdogd seclabel is specified in init.<board>.rc
/system/sepolicy/prebuilts/api/29.0/public/
Dwatchdogd.te1 # watchdogd seclabel is specified in init.<board>.rc
/system/extras/boottime_tools/bootio/
DREADME.md11 To use bootio make sure it's included in product config for the board.
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc75 const string& board, in ParseImageInfo() argument
85 CHECK_EQ(board.empty(), empty); in ParseImageInfo()
93 image_info->set_board(board); in ParseImageInfo()
Dpayload_generation_config.cc219 return image_info.board().empty() && image_info.key().empty() && in ImageInfoIsEmpty()
/system/tools/mkbootimg/
Dmkbootimg.py98 args.vendor_boot.write(pack('16s', args.board.encode())) # asciiz product name
131 args.output.write(pack('16s', args.board.encode())) # asciiz product name
/system/sepolicy/tools/
DREADME68 …sepolicy-check -s <domain> -t <type> -c <class> -p <permission> -P out/target/product/<board>/root…
/system/update_engine/scripts/update_payload/
Dpayload.py238 _DisplayIndentedValue('Board', image_info.board)
/system/libufdt/utils/
DREADME.md95 For example, `/board/:id`. `mkdtimg` will read the value from the path in

12