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

/vbox/src/VBox/Main/glue/
H A Dinitterm.cpp67 : mCompRegLocation(NULL), mXPTIDatLocation(NULL)
82 char *mCompRegLocation; member in class:com::DirectoryServiceProvider
95 if (mCompRegLocation)
97 RTStrFree(mCompRegLocation);
98 mCompRegLocation = NULL;
135 int vrc = RTStrUtf8ToCurrentCP(&mCompRegLocation, aCompRegLocation);
160 fileLocation = mCompRegLocation;

Completed in 43 milliseconds