Home
last modified time | relevance | path

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

/dports/sysutils/unetbootin/unetbootin-702_1/
H A Dunetbootin.h239 QString mlabelcommand; variable
H A Dunetbootin.cpp282 mlabelcommand = "/usr/bin/mlabel"; in ubninitialize()
284 mlabelcommand = locatecommand("mlabel", "Arch Linux", "mtools"); in ubninitialize()
4025 callexternapp(mlabelcommand, "-i "+devname+" ::"+newlabel); in setLabel()