Searched refs:resource (Results 1 – 25 of 26) sorted by relevance
12
/system/core/libutils/ |
D | README | 27 additional resource values (and possibly new configurations) for 70 * res/values: integers, strings, etc. Each resource may have different 79 generates a resources.arsc file. Each resource name is assigned an 84 * tt: corresponds to the resource type (string, int, etc). Every 85 resource of the same type within the same package has the same 109 The pp part of a resource ID defines a namespace. Android currently 121 resource.arsc files. Normally, this forest is structured as follows, 133 The resource overlay extension 136 The resource overlay mechanism aims to (partly) shadow and extend 138 Technically, this is achieved by adding resource-only packages (called [all …]
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | idmap.te | 5 # Use open file to /data/resource-cache file inherited from installd.
|
D | installd.te | 77 # Create files under /data/resource-cache.
|
D | file.te | 143 # /data/resource-cache
|
D | domain.te | 793 # kernel resource leakage.
|
/system/sepolicy/public/ |
D | idmap.te | 5 # Use open file to /data/resource-cache file inherited from installd.
|
D | installd.te | 77 # Create files under /data/resource-cache.
|
D | file.te | 145 # /data/resource-cache
|
D | domain.te | 786 # kernel resource leakage.
|
/system/bt/doc/ |
D | directory_layout.md | 22 * osi - *Operating System Interface* - General resource support for stack.
|
/system/core/init/ |
D | builtins.cpp | 596 int resource; in do_setrlimit() local 597 if (android::base::ParseInt(args[1], &resource) && in do_setrlimit() 600 return setrlimit(resource, &limit); in do_setrlimit()
|
D | README.md | 454 `setrlimit <resource> <cur> <max>` 455 > Set the rlimit for a resource.
|
/system/sepolicy/private/ |
D | zygote.te | 40 # Write to /data/resource-cache.
|
D | app.te | 180 # Everybody can read the xt_qtaguid resource tracking misc dev. 269 # /data/resource-cache
|
D | file_contexts | 330 /data/resource-cache(/.*)? u:object_r:resourcecache_data_file:s0
|
D | system_server.te | 26 # /data/resource-cache
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | zygote.te | 40 # Write to /data/resource-cache.
|
D | app.te | 167 # Everybody can read the xt_qtaguid resource tracking misc dev. 256 # /data/resource-cache
|
D | system_server.te | 26 # /data/resource-cache
|
D | file_contexts | 323 /data/resource-cache(/.*)? u:object_r:resourcecache_data_file:s0
|
/system/core/rootdir/ |
D | init.rc | 221 # Allow everybody to read the xt_qtaguid resource tracking misc dev. 472 # create resource-cache and double-check the perms 473 mkdir /data/resource-cache 0771 system system 474 chown system system /data/resource-cache 475 chmod 0771 /data/resource-cache
|
/system/extras/ioblame/ |
D | ioblame-gmail-run.example | 881 File: /resource-cache/overlays.list 1195 /resource-cache/overlays.list Reads: 4 KB i_size: 0 bytes
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 1818 that the TPM resource manager may flush either sessions or objects in order to 1836 is not exclusive to the TPM and is a shared system resource. 1858 this response is returned is for the TPM resource manager to flush a transient 1867 value of 0 indicating the 1 handle and 6 representing the 7 . The TPM resource 1875 Usually, this error indicates that the TPM resource manager has a corrupted 1899 TPM resource manager needs to find the correct session and load it. It may then 1901 NOTE Usually, this error indicates that the TPM resource manager has a 1911 listed here because the command is not in error and the TPM resource manager 1920 purposes. The remedy when this response is returned is for the TPM resource 28662 TPM2_FlushContext()) implement the resource management described in the "Context Management" [all …]
|
D | raw_commands.txt | 1818 that the TPM resource manager may flush either sessions or objects in order to 1836 is not exclusive to the TPM and is a shared system resource. 1858 this response is returned is for the TPM resource manager to flush a transient 1867 value of 0 indicating the 1 handle and 6 representing the 7 . The TPM resource 1875 Usually, this error indicates that the TPM resource manager has a corrupted 1899 TPM resource manager needs to find the correct session and load it. It may then 1901 NOTE Usually, this error indicates that the TPM resource manager has a 1911 listed here because the command is not in error and the TPM resource manager 1920 purposes. The remedy when this response is returned is for the TPM resource 28651 TPM2_FlushContext()) implement the resource management described in the "Context Management" [all …]
|
D | raw_structures.txt | 5904 resource manager, this tag indicates that the 5926 resource manager, this tag indicates that the
|
12