OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sharedquotabytes
(Results
1 - 2
of
2
) sorted by null
/system/netd/
BandwidthController.h
186
int64_t
sharedQuotaBytes
;
BandwidthController.cpp
267
sharedQuotaBytes
= sharedAlertBytes = 0;
633
sharedQuotaBytes
= maxBytes;
639
if (maxBytes !=
sharedQuotaBytes
) {
645
sharedQuotaBytes
= maxBytes;
688
quotaCmd = makeIptablesQuotaCmd(IptOpDelete, costName,
sharedQuotaBytes
);
690
sharedQuotaBytes
= 0;
982
if (!
sharedQuotaBytes
) {
[
all
...]
Completed in 39 milliseconds