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

/vbox/src/libs/xpcom18a4/xpcom/tools/registry/
H A Dregxpcom.cpp60 static const char* gCompRegLocation = nsnull; variable
93 else if(strcmp(prop, NS_XPCOM_COMPONENT_REGISTRY_FILE) == 0 && gCompRegLocation)
95 fileLocation = gCompRegLocation;
347 gCompRegLocation = argv[++i];
348 j = strlen(gCompRegLocation) - 1;

Completed in 42 milliseconds