Searched refs:resource (Results 1 – 25 of 60) sorted by relevance
123
/system/core/init/ |
D | rlimit_parser.cpp | 39 int resource; in ParseRlimit() local 41 if (ParseInt(args[1], &resource)) { in ParseRlimit() 42 if (resource >= RLIM_NLIMITS) { in ParseRlimit() 45 } else if (resource < 0) { in ParseRlimit() 64 resource = it->second; in ParseRlimit() 80 return std::pair{resource, limit}; in ParseRlimit()
|
D | rlimit_parser_test.cpp | 33 const auto& [resource, rlimit] = *result; in TestRlimitSuccess() 35 EXPECT_EQ(expected_resource, resource); in TestRlimitSuccess()
|
/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/27.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.
|
/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.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | idmap.te | 5 # Use open file to /data/resource-cache file inherited from installd.
|
D | installd.te | 78 # Create files under /data/resource-cache.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | idmap.te | 6 # Use open file to /data/resource-cache file inherited from installd.
|
D | installd.te | 87 # Create files under /data/resource-cache.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | idmap.te | 6 # Use open file to /data/resource-cache file inherited from installd.
|
D | installd.te | 94 # Create files under /data/resource-cache.
|
/system/sepolicy/public/ |
D | idmap.te | 6 # Use open file to /data/resource-cache file inherited from installd.
|
D | installd.te | 94 # Create files under /data/resource-cache.
|
/system/bt/doc/ |
D | directory_layout.md | 22 * osi - *Operating System Interface* - General resource support for stack.
|
/system/extras/memory_replay/traces/ |
D | TRACES | 78 for a male character, Spec Requirement set to High, resource pack
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | zygote.te | 40 # Write to /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
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | zygote.te | 41 # Write to /data/resource-cache.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | zygote.te | 43 # Write to /data/resource-cache.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | zygote.te | 44 # Write to /data/resource-cache.
|
/system/sepolicy/private/ |
D | zygote.te | 44 # Write to /data/resource-cache.
|
/system/core/rootdir/ |
D | init.rc | 347 # Allow everybody to read the xt_qtaguid resource tracking misc dev. 680 # create resource-cache and double-check the perms 681 mkdir /data/resource-cache 0771 system system encryption=Require 682 chown system system /data/resource-cache 683 chmod 0771 /data/resource-cache
|
123