Searched refs:kMkfsPath (Results 1 – 4 of 4) sorted by relevance
33 static const char* kMkfsPath = "/system/bin/mkfs.exfat"; variable37 return access(kMkfsPath, X_OK) == 0 && access(kFsckPath, X_OK) == 0 && in IsSupported()79 cmd.push_back(kMkfsPath); in Format()
37 static const char* kMkfsPath = "/system/bin/make_f2fs"; variable41 return access(kMkfsPath, X_OK) == 0 && access(kFsckPath, X_OK) == 0 && in IsSupported()76 cmd.emplace_back(kMkfsPath); in Format()
51 static const char* kMkfsPath = "/system/bin/newfs_msdos"; variable55 return access(kMkfsPath, X_OK) == 0 && access(kFsckPath, X_OK) == 0 && in IsSupported()157 cmd.push_back(kMkfsPath); in Format()
55 static const char* kMkfsPath = "/system/bin/mke2fs"; variable59 return access(kMkfsPath, X_OK) == 0 && access(kFsckPath, X_OK) == 0 && in IsSupported()163 cmd.push_back(kMkfsPath); in Format()