Searched refs:quota (Results 1 – 13 of 13) sorted by relevance
/system/netd/server/ |
D | BandwidthControllerTest.cpp | 117 void expectUpdateQuota(uint64_t quota) { in expectUpdateQuota() argument 123 .WillOnce(Invoke([quota](FILE*, const std::string&, va_list ap) { in expectUpdateQuota() 124 EXPECT_EQ(quota, va_arg(ap, uint64_t)); in expectUpdateQuota() 243 int64_t quota) { in makeInterfaceQuotaCommands() argument 256 quota, c_iface), in makeInterfaceQuotaCommands() 299 int ruleIndex, int64_t quota, in makeInterfaceSharedQuotaCommands() argument 313 c_chain, quota)); in makeInterfaceSharedQuotaCommands() 320 int64_t quota, bool deleteQuota) { in removeInterfaceSharedQuotaCommands() argument 333 c_chain, quota)); in removeInterfaceSharedQuotaCommands()
|
D | BandwidthController.h | 72 int64_t quota; member
|
D | BandwidthController.cpp | 433 it->second.quota = maxBytes; in setInterfaceQuota()
|
/system/core/fs_mgr/libfstab/fuzz/ |
D | fstab.dict | 37 "quota"
|
/system/core/fs_mgr/libfstab/include/fstab/ |
D | fstab.h | 77 bool quota : 1; member
|
/system/sepolicy/private/ |
D | mediaprovider_app.te | 48 # Allow MediaProvider to set extended attributes (such as quota project ID)
|
D | installd.te | 169 # Allow setting extended attributes (for project quota IDs) on dirs and files
|
D | vold.te | 181 # Allow setting project quota IDs and enabling project ID inheritance on
|
/system/nfc/tools/casimir/src/ |
D | main-grpc.rs | 416 let quota = grpcio::ResourceQuota::new(Some("CasimirQuota")).resize_memory(1024 * 1024); in run() localVariable 417 let channel_builder = grpcio::ChannelBuilder::new(env.clone()).set_resource_quota(quota); in run()
|
/system/vold/ |
D | main.cpp | 241 if (entry.fs_mgr_flags.quota) { in process_config()
|
/system/core/fs_mgr/tests/ |
D | fs_mgr_test.cpp | 214 lhs.quota == rhs.quota && in CompareFlags() 481 flags.quota = true; in TEST()
|
/system/core/fs_mgr/libfstab/ |
D | fstab.cpp | 198 CheckFlag("quota", quota); in ParseFsMgrFlags()
|
/system/core/fs_mgr/ |
D | fs_mgr.cpp | 374 bool want_quota = entry.fs_mgr_flags.quota; in tune_quota()
|