Searched defs:utfFile (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp3926 Utf8Str utfFile = Utf8Str(strFile); local
3933 int rc2 = RTFsQueryType(utfFile.c_str(), &enmFsTypeFile);
3934 AssertMsgRCReturn(rc2, ("Querying the file type of '%s' failed!\n", utfFile.c_str()), rc2);
3945 LogRel(("File system of '%s' is %s\n", utfFile.c_str(), RTFsTypeName(enmFsTypeFile)));
3970 rc = RTFileOpen(&file, utfFile.c_str(), RTFILE_O_READ | RTFILE_O_OPEN | RTFILE_O_DENY_NONE);
4098 Utf8Str utfFile = Utf8Str(strFile); local
4100 (void)RTFsQueryType(utfFile.c_str(), &enmFsTypeFile);
4102 utfFile.c_str(), lType == DeviceType_DVD ? "DVD" : "Floppy",

Completed in 63 milliseconds