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

/vbox/src/VBox/Storage/testcase/
H A Dvditool.cpp70 static int FilenameToUtf8(char **pszUtf8Filename, const char *pszFilename) argument
72 int rc = RTStrCurrentCPToUtf8(pszUtf8Filename, pszFilename);
101 char *pszUtf8Filename; local
102 int rc = FilenameToUtf8(&pszUtf8Filename, pszFilename);
112 rc = VDCreateBase(hdd, "vdi", pszUtf8Filename,
129 char *pszUtf8Filename, *pszUtf8DDFilename;
130 int rc = FilenameToUtf8(&pszUtf8Filename, pszFilename);
152 rc = VDICreateBaseImage(pszUtf8Filename,
161 rc = VDIDiskOpenImage(pVdi, pszUtf8Filename, VDI_OPEN_FLAGS_NORMAL);
192 VDIDeleteImage(pszUtf8Filename);
[all...]

Completed in 42 milliseconds