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

/vbox/src/VBox/Main/glue/
H A Dinitterm.cpp68 , mComponentDirLocation(NULL), mCurrProcDirLocation(NULL)
86 char *mComponentDirLocation; member in class:com::DirectoryServiceProvider
105 if (mComponentDirLocation)
107 RTStrFree(mComponentDirLocation);
108 mComponentDirLocation = NULL;
139 vrc = RTStrUtf8ToCurrentCP(&mComponentDirLocation, aComponentDirLocation);
163 else if (mComponentDirLocation && strcmp(aProp, NS_XPCOM_COMPONENT_DIR) == 0)
164 fileLocation = mComponentDirLocation;

Completed in 43 milliseconds