OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enough_space
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/minelf/
Retouch.c
323
bool
enough_space
= false;
local
326
enough_space
= (free_space > (file.size * 3 / 2));
338
if (!
enough_space
) {
363
enough_space
= false;
/bootable/recovery/applypatch/
applypatch.c
737
int
enough_space
= 0;
local
740
enough_space
=
744
(long)target_size, (long)free_space, retry,
enough_space
);
747
if (!
enough_space
) {
751
if (!
enough_space
&& source_patch_value != NULL) {
Completed in 51 milliseconds