Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dinstall.cpp399 const std::string& fs_size = args[3]; in FormatFn() local
418 if (!android::base::ParseInt(fs_size, &size)) { in FormatFn()
420 fs_size.c_str()); in FormatFn()
448 LOG(ERROR) << name << ": fs_size can't be negative for f2fs: " << fs_size; in FormatFn()