Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp894 const std::string kMkExt4("/system/bin/mke2fs"); variable
943 } 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()