Searched refs:kMkExt4 (Results 1 – 1 of 1) sorted by relevance
894 const std::string kMkExt4("/system/bin/mke2fs"); variable943 } else if (!access(kMkExt4.c_str(), X_OK) && fs_mgr_filesystem_available("ext4")) { in MakeScratchFilesystem()945 command = kMkExt4 + " -F -b 4096 -t ext4 -m 0 -O has_journal -M " + kScratchMountPoint; in MakeScratchFilesystem()