Home
last modified time | relevance | path

Searched refs:resource (Results 1 – 25 of 73) 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 std::pair{resource, limit}; in ParseRlimit()
Drlimit_parser_test.cpp33 const auto& [resource, rlimit] = *result; in TestRlimitSuccess()
35 EXPECT_EQ(expected_resource, resource); in TestRlimitSuccess()
/system/bt/gd/rust/linux/service/src/
Dmain.rs41 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/
Dmain.rs14 let (resource, c) = connection::new_system_sync()?; in main()
19 let err = resource.await; in main()
/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/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/28.0/public/
Didmap.te5 # Use open file to /data/resource-cache file inherited from installd.
Dinstalld.te78 # Create files under /data/resource-cache.
/system/bt/test/headless/
DREADME.md20 Prepare: Ensure the system is queisced to prevent resource conflicts from the bluetooth process.
/system/sepolicy/prebuilts/api/31.0/public/
Didmap.te6 # Use open file to /data/resource-cache file inherited from installd.
/system/sepolicy/prebuilts/api/30.0/public/
Didmap.te6 # Use open file to /data/resource-cache file inherited from installd.
Dinstalld.te94 # Create files under /data/resource-cache.
/system/sepolicy/public/
Didmap.te6 # Use open file to /data/resource-cache file inherited from installd.
/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/extras/memory_replay/traces/
DTRACES78 for a male character, Spec Requirement set to High, resource pack
/system/chre/chpp/
DQUICKSTART.md13 1. Mutexes (or other resource sharing mechanism)
/system/chre/doc/
Dnanoapp_developer_guide.md8 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/
Dzygote.te40 # Write to /data/resource-cache.
/system/sepolicy/prebuilts/api/26.0/private/
Dzygote.te40 # Write to /data/resource-cache.
/system/sepolicy/prebuilts/api/28.0/private/
Dzygote.te41 # Write to /data/resource-cache.
/system/sepolicy/prebuilts/api/29.0/private/
Dzygote.te43 # Write to /data/resource-cache.

123