Home
last modified time | relevance | path

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

/bootable/recovery/uncrypt/
Duncrypt.cpp172 bool* f2fs_fs) { in FindBlockDevice() argument
174 *f2fs_fs = false; in FindBlockDevice()
190 *f2fs_fs = true; in FindBlockDevice()
244 const std::string& blk_dev, bool encrypted, bool f2fs_fs, int socket) { in ProductBlockMap() argument
322 if (f2fs_fs) { in ProductBlockMap()
482 bool f2fs_fs = false; in Uncrypt() local
483 const std::string blk_dev = FindBlockDevice(path, &encryptable, &encrypted, &f2fs_fs); in Uncrypt()
501 return ProductBlockMap(path, map_file, blk_dev, encrypted, f2fs_fs, socket); in Uncrypt()