Home
last modified time | relevance | path

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

/dports/sysutils/unetbootin/unetbootin-702_1/
H A Dunetbootin.h240 QString e2labelcommand; variable
H A Dunetbootin.cpp278 e2labelcommand = "/sbin/e2label"; in ubninitialize()
280 e2labelcommand = locatecommand("e2label", "Arch Linux", "e2fsprogs"); in ubninitialize()
4021 callexternapp(e2labelcommand, devname+" "+newlabel); in setLabel()