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

/vbox/src/libs/xpcom18a4/xpcom/tools/registry/
H A Dregxpcom.cpp87 const char* fileLocation = nsnull; local
91 fileLocation = gXPCOMLocation;
95 fileLocation = gCompRegLocation;
99 fileLocation = gXPTIDatLocation;
104 rv = NS_NewNativeLocalFile(nsEmbedCString(fileLocation), PR_TRUE, getter_AddRefs(localFile));
/vbox/src/VBox/Main/glue/
H A Dinitterm.cpp157 const char *fileLocation = NULL; local
160 fileLocation = mCompRegLocation;
162 fileLocation = mXPTIDatLocation;
164 fileLocation = mComponentDirLocation;
166 fileLocation = mCurrProcDirLocation;
170 rv = NS_NewNativeLocalFile(nsEmbedCString(fileLocation),

Completed in 41 milliseconds