Home
last modified time | relevance | path

Searched refs:resource (Results 1 – 25 of 51) sorted by relevance

123

/system/core/init/
Drlimit_parser.cpp39 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()
Drlimit_parser_test.cpp33 const auto& [resource, rlimit] = *result; in TestRlimitSuccess()
35 EXPECT_EQ(expected_resource, resource); in TestRlimitSuccess()
DREADME.md291 `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/
DREADME27 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/
Didmap.te5 # Use open file to /data/resource-cache file inherited from installd.
Dinstalld.te77 # Create files under /data/resource-cache.
/system/sepolicy/prebuilts/api/26.0/public/
Didmap.te5 # Use open file to /data/resource-cache file inherited from installd.
Dinstalld.te77 # Create files under /data/resource-cache.
/system/sepolicy/prebuilts/api/28.0/public/
Didmap.te5 # Use open file to /data/resource-cache file inherited from installd.
Dinstalld.te78 # Create files under /data/resource-cache.
Dapp.te197 # Everybody can read the xt_qtaguid resource tracking misc dev.
287 # /data/resource-cache
/system/sepolicy/public/
Didmap.te6 # Use open file to /data/resource-cache file inherited from installd.
Dinstalld.te87 # Create files under /data/resource-cache.
/system/sepolicy/prebuilts/api/29.0/public/
Didmap.te6 # Use open file to /data/resource-cache file inherited from installd.
Dinstalld.te87 # Create files under /data/resource-cache.
/system/bt/doc/
Ddirectory_layout.md22 * osi - *Operating System Interface* - General resource support for stack.
/system/sepolicy/prebuilts/api/28.0/private/
Dzygote.te41 # Write to /data/resource-cache.
/system/sepolicy/prebuilts/api/26.0/private/
Dzygote.te40 # Write to /data/resource-cache.
Dapp.te167 # Everybody can read the xt_qtaguid resource tracking misc dev.
256 # /data/resource-cache
/system/sepolicy/prebuilts/api/27.0/private/
Dzygote.te40 # Write to /data/resource-cache.
Dapp.te180 # Everybody can read the xt_qtaguid resource tracking misc dev.
269 # /data/resource-cache
/system/sepolicy/prebuilts/api/29.0/private/
Dzygote.te43 # Write to /data/resource-cache.
/system/netd/resolv/
Dstats.proto85 NS_T_NULL = 10; // Null resource record.
/system/sepolicy/private/
Dzygote.te43 # Write to /data/resource-cache.
/system/core/rootdir/
Dinit.rc238 # 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