HomeSort by relevance Sort by last modified time
    Searched full:icon_file (Results 1 - 25 of 30) sorted by null

1 2

  /external/ImageMagick/coders/
icon.c 249 icon_file;
297 icon_file.reserved=(short) ReadBlobLSBShort(image);
298 icon_file.resource_type=(short) ReadBlobLSBShort(image);
299 icon_file.count=(short) ReadBlobLSBShort(image);
300 if ((icon_file.reserved != 0) ||
301 ((icon_file.resource_type != 1) && (icon_file.resource_type != 2)) ||
302 (icon_file.count > MaxIcons))
304 for (i=0; i < icon_file.count; i++)
306 icon_file.directory[i].width=(unsigned char) ReadBlobByte(image)
244 icon_file; local
857 icon_file; local
    [all...]
  /system/sepolicy/prebuilts/api/26.0/private/
platform_app.te 17 allow platform_app icon_file:file { open getattr read };
system_app.te 29 allow system_app icon_file:file r_file_perms;
system_server.te 427 allow system_server icon_file:file relabelto;
428 allow system_server icon_file:file { rw_file_perms unlink };
app.te 139 allow appdomain icon_file:file { getattr read };
file_contexts 427 /data/system/users/[0-9]+/photo.png u:object_r:icon_file:s0
  /system/sepolicy/prebuilts/api/27.0/private/
system_app.te 32 allow system_app icon_file:file r_file_perms;
platform_app.te 17 allow platform_app icon_file:file { open getattr read };
system_server.te 455 allow system_server icon_file:file relabelto;
456 allow system_server icon_file:file { rw_file_perms unlink };
app.te 136 allow appdomain icon_file:file { getattr read };
  /system/sepolicy/prebuilts/api/28.0/private/
platform_app.te 16 allow platform_app icon_file:file { open getattr read };
system_app.te 31 allow system_app icon_file:file r_file_perms;
system_server.te 489 allow system_server icon_file:file relabelto;
490 allow system_server icon_file:file { rw_file_perms unlink };
    [all...]
  /system/sepolicy/private/
platform_app.te 16 allow platform_app icon_file:file { open getattr read };
system_app.te 31 allow system_app icon_file:file r_file_perms;
system_server.te 489 allow system_server icon_file:file relabelto;
490 allow system_server icon_file:file { rw_file_perms unlink };
    [all...]
  /system/sepolicy/prebuilts/api/26.0/public/
file.te 234 type icon_file, file_type, data_file_type, core_data_file_type;
  /system/sepolicy/prebuilts/api/27.0/public/
file.te 236 type icon_file, file_type, data_file_type, core_data_file_type;
  /system/sepolicy/prebuilts/api/27.0/private/compat/26.0/
26.0.cil 264 (typeattributeset icon_file_26_0 (icon_file))
    [all...]
  /system/sepolicy/prebuilts/api/28.0/private/compat/26.0/
26.0.cil 269 (typeattributeset icon_file_26_0 (icon_file))
    [all...]
  /system/sepolicy/prebuilts/api/28.0/public/
file.te 294 type icon_file, file_type, data_file_type, core_data_file_type;
app.te 132 allow appdomain icon_file:file { getattr read };
  /system/sepolicy/private/compat/26.0/
26.0.cil 269 (typeattributeset icon_file_26_0 (icon_file))
    [all...]
  /system/sepolicy/public/
file.te 294 type icon_file, file_type, data_file_type, core_data_file_type;
app.te 132 allow appdomain icon_file:file { getattr read };

Completed in 778 milliseconds

1 2