HomeSort by relevance Sort by last modified time
    Searched full:firmware_file (Results 26 - 40 of 40) sorted by null

12

  /device/huawei/angler/sepolicy/
file.te 5 type firmware_file, fs_type, contextmount_type;
  /device/google/marlin/
fstab.aosp_svelte 11 /dev/block/platform/soc/624000.ufshc/by-name/modem /firmware/radio vfat ro,shortname=lower,uid=1000,gid=0,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait,slotselect
fstab.common 10 /dev/block/platform/soc/624000.ufshc/by-name/modem /firmware/radio vfat ro,shortname=lower,uid=1000,gid=0,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait,slotselect
  /device/google/marlin/sepolicy/
domain.te 37 dontaudit domain firmware_file:dir search;
file.te 4 type firmware_file, fs_type, contextmount_type;
file_contexts 79 /firmware(/.*)? u:object_r:firmware_file:s0
  /device/lge/bullhead/sepolicy/
file.te 13 type firmware_file, fs_type, contextmount_type;
  /device/google/wahoo/sepolicy/vendor/
file.te 46 type firmware_file, fs_type, contextmount_type;
file_contexts 267 /firmware(/.*)? u:object_r:firmware_file:s0
  /device/google/contexthub/util/nanotool/
contexthub.cpp 145 FILE *firmware_file = fopen(filename.c_str(), "r"); local
146 if (!firmware_file) {
151 fseek(firmware_file, 0, SEEK_END);
152 long file_size = ftell(firmware_file);
153 fseek(firmware_file, 0, SEEK_SET);
157 file_size, firmware_file);
158 fclose(firmware_file);
  /device/huawei/angler/
fstab.angler 11 /dev/block/platform/soc.0/f9824900.sdhci/by-name/modem /firmware vfat ro,shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait
fstab.aosp_angler 11 /dev/block/platform/soc.0/f9824900.sdhci/by-name/modem /firmware vfat ro,shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait
  /device/lge/bullhead/
fstab.aosp_bullhead 11 /dev/block/platform/soc.0/f9824900.sdhci/by-name/modem /firmware vfat ro,shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait
fstab.bullhead 11 /dev/block/platform/soc.0/f9824900.sdhci/by-name/modem /firmware vfat ro,shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait
fstab_fbe.bullhead 11 /dev/block/platform/soc.0/f9824900.sdhci/by-name/modem /firmware vfat ro,shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait

Completed in 184 milliseconds

12