OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sparse_limit
(Results
1 - 1
of
1
) sorted by null
/system/core/fastboot/
fastboot.c
74
static int64_t
sparse_limit
= -1;
variable
555
if (
sparse_limit
== 0) {
557
} else if (
sparse_limit
> 0) {
558
limit =
sparse_limit
;
880
sparse_limit
= parse_num(optarg);
881
if (
sparse_limit
< 0) {
Completed in 30 milliseconds