Home
last modified time | relevance | path

Searched defs:firmware_file (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/build/make/target/board/generic_arm64/sepolicy/
H A Dfile.te6 type firmware_file, fs_type, contextmount_type; type
/aosp_15_r20/external/autotest/server/site_tests/firmware_WriteProtectFunc/
H A Dfirmware_WriteProtectFunc.py128 def get_wp_ro_firmware_section(self, firmware_file, wp_ro_firmware_file): argument
/aosp_15_r20/device/google/contexthub/util/nanotool/
Dcontexthub.cpp146 FILE *firmware_file = fopen(filename.c_str(), "r"); in Flash() local