Searched refs:tmpPath (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacio.c1622 char *tmpPath = NULL; // needed since sprintf isn�t safe local
1633 tmpPath = malloc(*strSize);
1634 require_action (tmpPath != NULL, errorExit, err = memFullErr;);
1637 strcpy(tmpPath, "");
1661 tmpPath = PR_REALLOC(tmpPath, *strSize);
1662 require_action (tmpPath != NULL, errorExit, err = memFullErr;);
1664 sprintf(tmpPath, "%s:%s", cDirName, *fullPath);
1665 strcpy(*fullPath, tmpPath);
1668 PR_DELETE(tmpPath);
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DVBoxFilePathSelectorWidget.cpp663 QString tmpPath = QDir::toNativeSeparators (aPath); local
665 mLabel->setText (QString ("<compact elipsis=\"start\">%1</compact>").arg (tmpPath));
667 mLineEdit->setText (tmpPath);
668 textChanged(tmpPath);
/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp1232 Utf8Str tmpPath = pTask->locInfo.strPath; local
1234 i_parseBucket(tmpPath, bucket);
1244 strTmpOvf = Utf8StrFmt("%s/%s", pszTmpDir, RTPathFilename(tmpPath.c_str()));
1843 Utf8Str tmpPath = pTask->locInfo.strPath; local
1845 i_parseBucket(tmpPath, bucket);
1924 Utf8StrFmt strTmpOvf("%s/%s", pszTmpDir, RTPathFilename(tmpPath.c_str()));
H A DApplianceImplExport.cpp2402 Utf8Str tmpPath = pTask->locInfo.strPath; local
2404 i_parseBucket(tmpPath, bucket);
2414 Utf8StrFmt strTmpOvf("%s/%s", pszTmpDir, RTPathFilename(tmpPath.c_str()));
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...

Completed in 1087 milliseconds