OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:icon_file
(Results
1 - 6
of
6
) sorted by null
/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/private/
system_app.te
29
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
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
Completed in 75 milliseconds