Searched refs:resource (Results 1 – 25 of 51) 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 {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()
|
D | README.md | 291 `rlimit <resource> <cur> <max>` 558 `setrlimit <resource> <cur> <max>` 559 > Set the rlimit for a resource. This applies to all processes launched after 563 that the resource enum corresponds to.
|
/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.
|
D | app.te | 197 # Everybody can read the xt_qtaguid resource tracking misc dev. 287 # /data/resource-cache
|
/system/sepolicy/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/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/bt/doc/ |
D | directory_layout.md | 22 * osi - *Operating System Interface* - General resource support for stack.
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | zygote.te | 41 # 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/27.0/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
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | zygote.te | 43 # Write to /data/resource-cache.
|
/system/netd/resolv/ |
D | stats.proto | 85 NS_T_NULL = 10; // Null resource record.
|
/system/sepolicy/private/ |
D | zygote.te | 43 # Write to /data/resource-cache.
|
/system/core/rootdir/ |
D | init.rc | 238 # Allow everybody to read the xt_qtaguid resource tracking misc dev. 549 # create resource-cache and double-check the perms 550 mkdir /data/resource-cache 0771 system system 551 chown system system /data/resource-cache 552 chmod 0771 /data/resource-cache
|
123