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
77
static int64_t
sparse_limit
= -1;
variable
590
if (
sparse_limit
== 0) {
592
} else if (
sparse_limit
> 0) {
593
limit =
sparse_limit
;
951
sparse_limit
= parse_num(optarg);
952
if (
sparse_limit
< 0) {
Completed in 33 milliseconds