Home
last modified time | relevance | path

Searched refs:quota (Results 1 – 13 of 13) sorted by relevance

/system/netd/server/
DBandwidthControllerTest.cpp117 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()
DBandwidthController.h72 int64_t quota; member
DBandwidthController.cpp433 it->second.quota = maxBytes; in setInterfaceQuota()
/system/core/fs_mgr/libfstab/fuzz/
Dfstab.dict37 "quota"
/system/core/fs_mgr/libfstab/include/fstab/
Dfstab.h77 bool quota : 1; member
/system/sepolicy/private/
Dmediaprovider_app.te48 # Allow MediaProvider to set extended attributes (such as quota project ID)
Dinstalld.te169 # Allow setting extended attributes (for project quota IDs) on dirs and files
Dvold.te181 # Allow setting project quota IDs and enabling project ID inheritance on
/system/nfc/tools/casimir/src/
Dmain-grpc.rs416 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/
Dmain.cpp241 if (entry.fs_mgr_flags.quota) { in process_config()
/system/core/fs_mgr/tests/
Dfs_mgr_test.cpp214 lhs.quota == rhs.quota && in CompareFlags()
481 flags.quota = true; in TEST()
/system/core/fs_mgr/libfstab/
Dfstab.cpp198 CheckFlag("quota", quota); in ParseFsMgrFlags()
/system/core/fs_mgr/
Dfs_mgr.cpp374 bool want_quota = entry.fs_mgr_flags.quota; in tune_quota()