Searched refs:resource (Results 1 – 25 of 73) 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/bt/gd/rust/linux/service/src/ |
D | main.rs | 41 let (resource, conn) = connection::new_system_sync()?; in main() 46 let err = resource.await; in main()
|
/system/bt/gd/rust/linux/mgmt/src/bin/btmanagerd/ |
D | main.rs | 14 let (resource, c) = connection::new_system_sync()?; in main() 19 let err = resource.await; in main()
|
/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/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/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/bt/test/headless/ |
D | README.md | 20 Prepare: Ensure the system is queisced to prevent resource conflicts from the bluetooth process.
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | idmap.te | 6 # Use open file to /data/resource-cache file inherited from installd.
|
/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.
|
/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/extras/memory_replay/traces/ |
D | TRACES | 78 for a male character, Spec Requirement set to High, resource pack
|
/system/chre/chpp/ |
D | QUICKSTART.md | 13 1. Mutexes (or other resource sharing mechanism)
|
/system/chre/doc/ |
D | nanoapp_developer_guide.md | 8 it typically has tight resource constraints. This section assumes you have a 209 addition, CHRE is usually implemented in a resource-constrained environment with 212 As it requires collaboration from all nanoapps to optimize their resource usage 220 As CHRE is designed in a resource-constrained environment, there is no guarantee
|
/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.
|
/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.
|
123