Home
last modified time | relevance | path

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

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