Searched refs:resource (Results 1 – 6 of 6) sorted by relevance
/system/core/toolbox/ |
D | prlimit.c | 49 int resource; in prlimit_main() local 58 if (sscanf(argv[2], "%d", &resource) != 1) in prlimit_main() 67 printf("setting resource %d of pid %d to [%llu,%llu]\n", resource, pid, in prlimit_main() 69 rc = prlimit64(pid, resource, &rl, NULL); in prlimit_main()
|
/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/bt/doc/ |
D | directory_layout.md | 23 * osi - *Operating System Interface* - General resource support for stack.
|
/system/core/init/ |
D | builtins.cpp | 518 int resource; in do_setrlimit() local 519 resource = atoi(args[1]); in do_setrlimit() 522 return setrlimit(resource, &limit); in do_setrlimit()
|
D | readme.txt | 263 setrlimit <resource> <cur> <max> 264 Set the rlimit for a resource.
|
/system/core/rootdir/ |
D | init.rc | 184 # Allow everybody to read the xt_qtaguid resource tracking misc dev. 353 # create resource-cache and double-check the perms 354 mkdir /data/resource-cache 0771 system system 355 chown system system /data/resource-cache 356 chmod 0771 /data/resource-cache
|